#BDDBD8

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

Shades of Scandal #BDDBD8

Tints of Scandal #BDDBD8

Color information

#BDDBD8 (or 0xBDDBD8) is unknown color: approx Scandal. HEX triplet: BD, DB and D8. RGB value is (189,219,216). Sum of RGB (Red+Green+Blue) = 189+219+216=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD8 is #422427. Grayscale: #D1D1D1. Windows color (decimal): -4334632 or 14212029. OLE color: 14212029.

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

Color convert

RGB189219216-
CMYK0.1400.010.14
HSL174º29.41%80%-
HSV(B)174º13.7%85.88%-
XYZ58.7166.4474.7-
YUV209.69131.56113.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=30.29%
G=35.10%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192160.1400.010.1417429.4180
HexBDDBD8E01Eae1d50
Octal27533333016011625635120
Binary101111011101101111011000111001111010101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBD8; }

 p { color: rgb(189,219,216); }

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

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

 a { background-color: rgb(189,219,216); }

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

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

 span { border-color: rgb(189,219,216); }

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