#BDD6D2

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

Shades of Geyser #BDD6D2

Tints of Geyser #BDD6D2

Color information

#BDD6D2 (or 0xBDD6D2) is unknown color: approx Geyser. HEX triplet: BD, D6 and D2. RGB value is (189,214,210). Sum of RGB (Red+Green+Blue) = 189+214+210=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6D2 is #42292D. Grayscale: #CECECE. Windows color (decimal): -4335918 or 13817533. OLE color: 13817533.

HSL color Cylindrical-coordinate representation of color #BDD6D2: hue angle of 170.4º degrees, saturation: 0.23, 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 #BDD6D2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB189214210-
CMYK0.1200.020.16
HSL170.4º23.36%79.02%-
HSV(B)170.4º11.68%83.92%-
XYZ56.6763.5770.26-
YUV206.07130.22115.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=30.83%
G=34.91%
B=34.26%

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
Decimal1892142100.1200.020.16170.423.3679.02
HexBDD6D2C0210aa174f
Octal27532632214022025227117
Binary10111101110101101101001011000101000010101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6D2; }

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

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

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

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

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

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

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

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