#BBDBD9

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

Shades of Scandal #BBDBD9

Tints of Scandal #BBDBD9

Color information

#BBDBD9 (or 0xBBDBD9) is unknown color: approx Scandal. HEX triplet: BB, DB and D9. RGB value is (187,219,217). Sum of RGB (Red+Green+Blue) = 187+219+217=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD9 is #442426. Grayscale: #D1D1D1. Windows color (decimal): -4465703 or 14277563. OLE color: 14277563.

HSL color Cylindrical-coordinate representation of color #BBDBD9: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB187219217-
CMYK0.1500.010.14
HSL176.25º30.77%79.61%-
HSV(B)176.25º14.61%85.88%-
XYZ58.3566.2475.36-
YUV209.2132.4112.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=30.02%
G=35.15%
B=34.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872192170.1500.010.14176.2530.7779.61
HexBBDBD9F01Eb01f50
Octal27333333117011626037120
Binary101110111101101111011001111101111010110000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBD9; }

 p { color: rgb(187,219,217); }

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

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

 a { background-color: rgb(187,219,217); }

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

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

 span { border-color: rgb(187,219,217); }

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