#BBDCD9

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

Shades of Scandal #BBDCD9

Tints of Scandal #BBDCD9

Color information

#BBDCD9 (or 0xBBDCD9) is unknown color: approx Scandal. HEX triplet: BB, DC and D9. RGB value is (187,220,217). Sum of RGB (Red+Green+Blue) = 187+220+217=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD9 is #442326. Grayscale: #D1D1D1. Windows color (decimal): -4465447 or 14277819. OLE color: 14277819.

HSL color Cylindrical-coordinate representation of color #BBDCD9: hue angle of 174.55º degrees, saturation: 0.32, 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 #BBDCD9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB187220217-
CMYK0.1500.010.14
HSL174.55º32.04%79.8%-
HSV(B)174.55º15%86.27%-
XYZ58.6166.7675.44-
YUV209.79132.07111.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=29.97%
G=35.26%
B=34.78%

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
Decimal1872202170.1500.010.14174.5532.0479.8
HexBBDCD9F01Eaf2050
Octal27333433117011625740120
Binary1011101111011100110110011111011110101011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCD9; }

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

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

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

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

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

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

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

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