#BBC0FF

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

Shades of Lavender Blue #BBC0FF

Tints of Lavender Blue #BBC0FF

Color information

#BBC0FF (or 0xBBC0FF) is unknown color: approx Lavender Blue. HEX triplet: BB, C0 and FF. RGB value is (187,192,255). Sum of RGB (Red+Green+Blue) = 187+192+255=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FF is #443F00. Grayscale: #C5C5C5. Windows color (decimal): -4472577 or 16761019. OLE color: 16761019.

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

Color convert

RGB187192255-
CMYK0.270.2500
HSL235.59º100%86.67%-
HSV(B)235.59º26.67%100%-
XYZ57.3955.48102.29-
YUV197.69160.34120.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 255 (100% from 255) = 40.22%
R=29.50%
G=30.28%
B=40.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871922550.270.2500235.5910086.67
HexBBC0FF1B1900ec6457
Octal273300377333100354144127
Binary1011101111000000111111111101111001001110110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0FF; }

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

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

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

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

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

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

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

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