#BBC2FF

Color #BBC2FF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BBC2FF

Tints of Lavender Blue #BBC2FF

Color information

#BBC2FF (or 0xBBC2FF) is unknown color: approx Lavender Blue. HEX triplet: BB, C2 and FF. RGB value is (187,194,255). Sum of RGB (Red+Green+Blue) = 187+194+255=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FF is #443D00. Grayscale: #C6C6C6. Windows color (decimal): -4472065 or 16761531. OLE color: 16761531.

HSL color Cylindrical-coordinate representation of color #BBC2FF: hue angle of 233.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC2FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187194255-
CMYK0.270.2400
HSL233.82º100%86.67%-
HSV(B)233.82º26.67%100%-
XYZ57.8456.37102.44-
YUV198.86159.68119.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 194 (76.17% from 255) = 30.50%
BLUE value IS 255 (100% from 255) = 40.09%
R=29.40%
G=30.50%
B=40.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871942550.270.2400233.8210086.67
HexBBC2FF1B1800ea6457
Octal273302377333000352144127
Binary1011101111000010111111111101111000001110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2FF; }

 p { color: rgb(187,194,255); }

 H1.HeaderClassName
 {
   color: #BBC2FF;
 }
 .AnyTagClassName
 {
   color: #BBC2FF;
 }
</style>
background-color css

<style>
 a { background-color: #BBC2FF; }

 a { background-color: rgb(187,194,255); }

 div.DivClassName
 {
   background-color: #BBC2FF;
 }
 .BgClassName
 {
   background-color: #BBC2FF;
 }
</style>
border-color css

<style>
 span { border-color: #BBC2FF; }

 span { border-color: rgb(187,194,255); }

 td.TdClassName
 {
   border-color: #BBC2FF;
 }
 .TagClassName
 {
   border-color: #BBC2FF;
 }
</style>