#BBCAFF

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

Shades of Lavender Blue #BBCAFF

Tints of Lavender Blue #BBCAFF

Color information

#BBCAFF (or 0xBBCAFF) is unknown color: approx Lavender Blue. HEX triplet: BB, CA and FF. RGB value is (187,202,255). Sum of RGB (Red+Green+Blue) = 187+202+255=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFF is #443500. Grayscale: #CBCBCB. Windows color (decimal): -4470017 or 16763579. OLE color: 16763579.

HSL color Cylindrical-coordinate representation of color #BBCAFF: hue angle of 226.76º 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 #BBCAFF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187202255-
CMYK0.270.2100
HSL226.76º100%86.67%-
HSV(B)226.76º26.67%100%-
XYZ59.6660.03103.05-
YUV203.56157.03116.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 255 (100% from 255) = 39.60%
R=29.04%
G=31.37%
B=39.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872022550.270.2100226.7610086.67
HexBBCAFF1B1500e36457
Octal273312377332500343144127
Binary1011101111001010111111111101110101001110001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAFF; }

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

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

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

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

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

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

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

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