Html Css Color HEX #BDD2D0 Geyser

📋 copy color: '#BDD2D0'

red 189 ◦ green 210 ◦ blue 208

#BDD2D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geyser #BDD2D0

Tints of Geyser #BDD2D0

RGB

 RED value IS 189 (74.22% from 255) = 31.14%

 GREEN value IS 210 (82.42% from 255) = 34.6%

 BLUE value IS 208 (81.64% from 255) = 34.27%

R = 31.14%
G = 34.6%
B = 34.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#BDD2D0 (or 0xBDD2D0) is known color: Geyser. HEX triplet: BD, D2 and D0. RGB value is (189,210,208). Sum of RGB (Red+Green+Blue) = 189+210+208=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2D0 is #422D2F. Grayscale: #CBCBCB. Windows color (decimal): -4336944 or 13685437. OLE color: 13685437.

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

Color convert

RGB 189 210 208 -
CMYK 0.10 0 0.01 0.18
HSL 174.29º 0.19% 0.78% -
HSV(B) 174.29º 0.1% 0.82% -
XYZ 55.42 61.47 68.62 -
YUV 203.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 189 210 208 0.10 0 0.01 0.18 174.29 0.19 0.78
Hex BD D2 D0 A 0 1 12 AE 13 4E
Octal 275 322 320 12 0 1 22 256 23 116
Binary 10111101 11010010 11010000 1010 0 1 10010 10101110 10011 1001110

Color Harmonies of #BDD2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2D0

Black with #BDD2D0

Text Example


Text Example

White with #BDD2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2D0; }

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

 H1.HeaderClassName
 {
   color: #BDD2D0;
 }
 .AnyTagClassName
 {
   color: #BDD2D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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