#BBBCFF

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

Shades of Lavender Blue #BBBCFF

Tints of Lavender Blue #BBBCFF

Color information

#BBBCFF (or 0xBBBCFF) is unknown color: approx Lavender Blue. HEX triplet: BB, BC and FF. RGB value is (187,188,255). Sum of RGB (Red+Green+Blue) = 187+188+255=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCFF is #444300. Grayscale: #C3C3C3. Windows color (decimal): -4473601 or 16759995. OLE color: 16759995.

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

Color convert

RGB187188255-
CMYK0.270.2600
HSL239.12º100%86.67%-
HSV(B)239.12º26.67%100%-
XYZ56.5353.75102-
YUV195.34161.67122.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 255 (100% from 255) = 40.48%
R=29.68%
G=29.84%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871882550.270.2600239.1210086.67
HexBBBCFF1B1A00ef6457
Octal273274377333200357144127
Binary1011101110111100111111111101111010001110111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCFF; }

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

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

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

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

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

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

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

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