#BDD7D2

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

Shades of Geyser #BDD7D2

Tints of Geyser #BDD7D2

Color information

#BDD7D2 (or 0xBDD7D2) is unknown color: approx Geyser. HEX triplet: BD, D7 and D2. RGB value is (189,215,210). Sum of RGB (Red+Green+Blue) = 189+215+210=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D2 is #42282D. Grayscale: #CECECE. Windows color (decimal): -4335662 or 13817789. OLE color: 13817789.

HSL color Cylindrical-coordinate representation of color #BDD7D2: hue angle of 168.46º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7D2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB189215210-
CMYK0.1200.020.16
HSL168.46º24.53%79.22%-
HSV(B)168.46º12.09%84.31%-
XYZ56.9264.0770.34-
YUV206.66129.89115.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=30.78%
G=35.02%
B=34.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892152100.1200.020.16168.4624.5379.22
HexBDD7D2C0210a8194f
Octal27532732214022025031117
Binary10111101110101111101001011000101000010101000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7D2; }

 p { color: rgb(189,215,210); }

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

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

 a { background-color: rgb(189,215,210); }

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

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

 span { border-color: rgb(189,215,210); }

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