Color Hex Logo

#bbbcfa Color Hex

#BBBCFA
(187,188,250)
0 Favorites   0 Comments

Color spaces of #bbbcfa

RGB 187188250
HSL0.660.860.86
HSV239°25°98°
CMYK 0.250.250.00   0.02
XYZ55.732153.433497.8188
Yxy53.43340.26930.2582
Hunter Lab73.09828.1717-28.1722
CIE-Lab78.130212.7634-30.6888

#bbbcfa color RGB value is (187,188,250).

#bbbcfa hex color red value is 187, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbbcfa hue: 0.66 , saturation: 0.86 and the lightness value of bbbcfa is 0.86.

The process color (four color CMYK) of #bbbcfa color hex is 0.25, 0.25, 0.00, 0.02. Web safe color of #bbbcfa is #ccccff. Color #bbbcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111100 11111010
Octal 273 274 372
Decimal 187 188 250
Hex BB BC FA

RGB Percentages of Color #bbbcfa

%29.92
%30.08
%40.00

CMYK Percentages of Color #bbbcfa

%25
%25
%0
%2

Triadic Colors of #bbbcfa

#bbbcfa #fabbbc #bcfabb

Analogous Colors of #bbbcfa

#bbbcfa #dabbfa #bbdcfa

Monochromatic Colors of #bbbcfa

#bbbcfa

Complementary Color

#bbbcfa #faf9bb

#bbbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbcfa Color CSS Codes

.mybgcolor {background-color:#bbbcfa; } 
.myforecolor {color:#bbbcfa; }
.mybordercolor {border:3px solid #bbbcfa; }

#bbbcfa Text Font Color

<p style="color:#bbbcfa">Text here</p>

This sample text font color is #bbbcfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbbcfa Background Color

<div style="background-color:#bbbcfa">
Div content here</div>

This div background color is #bbbcfa


#bbbcfa Border Color

<div style="border:3px solid #bbbcfa">
Div here</div>

This div border color is #bbbcfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,188,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbbcfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbbcfa;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbcfa;
  box-shadow:         1px 1px 3px 2px #bbbcfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,188,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbbcfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbcfa;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbcfa;
  box-shadow:         1px 1px 3px 2px #bbbcfa;">
Div content here</div>

This div box has shadow with color #bbbcfa


Comments

No comments written yet.

Please login to write comment.