Html Css Color HEX #BED7D4 Geyser

📋 copy color: '#BED7D4'

red 190 ◦ green 215 ◦ blue 212

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

Shades of Geyser #BED7D4

Tints of Geyser #BED7D4

RGB

 RED value IS 190 (74.61% from 255) = 30.79%

 GREEN value IS 215 (84.38% from 255) = 34.85%

 BLUE value IS 212 (83.2% from 255) = 34.36%

R = 30.79%
G = 34.85%
B = 34.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#BED7D4 (or 0xBED7D4) is known color: Geyser. HEX triplet: BE, D7 and D4. RGB value is (190,215,212). Sum of RGB (Red+Green+Blue) = 190+215+212=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7D4 is #41282B. Grayscale: #CFCFCF. Windows color (decimal): -4270124 or 13948862. OLE color: 13948862.

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

Color convert

RGB 190 215 212 -
CMYK 0.12 0 0.01 0.16
HSL 172.8º 0.24% 0.79% -
HSV(B) 172.8º 0.12% 0.84% -
XYZ 57.42 64.3 71.67 -
YUV 207.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 190 215 212 0.12 0 0.01 0.16 172.8 0.24 0.79
Hex BE D7 D4 C 0 1 10 AD 18 4F
Octal 276 327 324 14 0 1 20 255 30 117
Binary 10111110 11010111 11010100 1100 0 1 10000 10101101 11000 1001111

Color Harmonies of #BED7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7D4

Black with #BED7D4

Text Example


Text Example

White with #BED7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7D4; }

 p { color: rgb(190,215,212); }

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

background-color css

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

 a { background-color: rgb(190,215,212); }

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

border-color css

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

 span { border-color: rgb(190,215,212); }

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