#BDD6D3

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

Shades of Geyser #BDD6D3

Tints of Geyser #BDD6D3

Color information

#BDD6D3 (or 0xBDD6D3) is unknown color: approx Geyser. HEX triplet: BD, D6 and D3. RGB value is (189,214,211). Sum of RGB (Red+Green+Blue) = 189+214+211=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6D3 is #42292C. Grayscale: #CECECE. Windows color (decimal): -4335917 or 13883069. OLE color: 13883069.

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

Color convert

RGB189214211-
CMYK0.1200.010.16
HSL172.8º23.36%79.02%-
HSV(B)172.8º11.68%83.92%-
XYZ56.7963.6270.91-
YUV206.18130.72115.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=30.78%
G=34.85%
B=34.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892142110.1200.010.16172.823.3679.02
HexBDD6D3C0110ad174f
Octal27532632314012025527117
Binary1011110111010110110100111100011000010101101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6D3; }

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

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

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

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

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

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

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

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