#BBBDCF

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

Shades of Lavender Grey #BBBDCF

Tints of Lavender Grey #BBBDCF

Color information

#BBBDCF (or 0xBBBDCF) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and CF. RGB value is (187,189,207). Sum of RGB (Red+Green+Blue) = 187+189+207=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCF is #444230. Grayscale: #BEBEBE. Windows color (decimal): -4473393 or 13614523. OLE color: 13614523.

HSL color Cylindrical-coordinate representation of color #BBBDCF: hue angle of 234º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBDCF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187189207-
CMYK0.100.0900.19
HSL234º17.24%77.25%-
HSV(B)234º9.66%81.18%-
XYZ49.9551.4666.33-
YUV190.45137.34125.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=32.08%
G=32.42%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871892070.100.0900.1923417.2477.25
HexBBBDCFA9013ea114d
Octal273275317121102335221115
Binary1011101110111101110011111010100101001111101010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDCF; }

 p { color: rgb(187,189,207); }

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

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

 a { background-color: rgb(187,189,207); }

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

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

 span { border-color: rgb(187,189,207); }

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