Html Css Color HEX #BDD3CF Geyser

📋 copy color: '#BDD3CF'

red 189 ◦ green 211 ◦ blue 207

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

Shades of Geyser #BDD3CF

Tints of Geyser #BDD3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 31.14%
G = 34.76%
B = 34.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#BDD3CF (or 0xBDD3CF) is known color: Geyser. HEX triplet: BD, D3 and CF. RGB value is (189,211,207). Sum of RGB (Red+Green+Blue) = 189+211+207=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3CF is #422C30. Grayscale: #CBCBCB. Windows color (decimal): -4336689 or 13620157. OLE color: 13620157.

HSL color Cylindrical-coordinate representation of color #BDD3CF: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3CF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 207 -
CMYK 0.10 0 0.02 0.17
HSL 169.09º 0.2% 0.78% -
HSV(B) 169.09º 0.1% 0.83% -
XYZ 55.54 61.91 68.05 -
YUV 203.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 189 211 207 0.10 0 0.02 0.17 169.09 0.2 0.78
Hex BD D3 CF A 0 2 11 A9 14 4E
Octal 275 323 317 12 0 2 21 251 24 116
Binary 10111101 11010011 11001111 1010 0 10 10001 10101001 10100 1001110

Color Harmonies of #BDD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3CF

Black with #BDD3CF

Text Example


Text Example

White with #BDD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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