Html Css Color HEX #BDD7D2 Geyser

📋 copy color: '#BDD7D2'

red 189 ◦ green 215 ◦ blue 210

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

Shades of Geyser #BDD7D2

Tints of Geyser #BDD7D2

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.2%

R = 30.78%
G = 35.02%
B = 34.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BDD7D2 (or 0xBDD7D2) is known color: 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

RGB 189 215 210 -
CMYK 0.12 0 0.02 0.16
HSL 168.46º 0.25% 0.79% -
HSV(B) 168.46º 0.12% 0.84% -
XYZ 56.92 64.07 70.34 -
YUV 206.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 189 215 210 0.12 0 0.02 0.16 168.46 0.25 0.79
Hex BD D7 D2 C 0 2 10 A8 19 4F
Octal 275 327 322 14 0 2 20 250 31 117
Binary 10111101 11010111 11010010 1100 0 10 10000 10101000 11001 1001111

Color Harmonies of #BDD7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7D2

Black with #BDD7D2

Text Example


Text Example

White with #BDD7D2

Text Example


Text Example

HTML Codes & Css Web 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>