#BDD0CD

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

Shades of Geyser #BDD0CD

Tints of Geyser #BDD0CD

Color information

#BDD0CD (or 0xBDD0CD) is unknown color: approx Geyser. HEX triplet: BD, D0 and CD. RGB value is (189,208,205). Sum of RGB (Red+Green+Blue) = 189+208+205=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0CD is #422F32. Grayscale: #C9C9C9. Windows color (decimal): -4337459 or 13488317. OLE color: 13488317.

HSL color Cylindrical-coordinate representation of color #BDD0CD: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0CD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB189208205-
CMYK0.0900.010.18
HSL170.53º16.81%77.84%-
HSV(B)170.53º9.13%81.57%-
XYZ54.5660.3466.53-
YUV201.98129.71118.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=31.40%
G=34.55%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892082050.0900.010.18170.5316.8177.84
HexBDD0CD90112ab114e
Octal27532031511012225321116
Binary1011110111010000110011011001011001010101011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0CD; }

 p { color: rgb(189,208,205); }

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

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

 a { background-color: rgb(189,208,205); }

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

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

 span { border-color: rgb(189,208,205); }

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