#BBC5FF

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

Shades of Lavender Blue #BBC5FF

Tints of Lavender Blue #BBC5FF

Color information

#BBC5FF (or 0xBBC5FF) is unknown color: approx Lavender Blue. HEX triplet: BB, C5 and FF. RGB value is (187,197,255). Sum of RGB (Red+Green+Blue) = 187+197+255=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FF is #443A00. Grayscale: #C8C8C8. Windows color (decimal): -4471297 or 16762299. OLE color: 16762299.

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

Color convert

RGB187197255-
CMYK0.270.2300
HSL231.18º100%86.67%-
HSV(B)231.18º26.67%100%-
XYZ58.5157.72102.66-
YUV200.62158.69118.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 255 (100% from 255) = 39.91%
R=29.26%
G=30.83%
B=39.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871972550.270.2300231.1810086.67
HexBBC5FF1B1700e76457
Octal273305377332700347144127
Binary1011101111000101111111111101110111001110011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5FF; }

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

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

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

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

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

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

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

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