Html Css Color HEX #BED7D2 Geyser

📋 copy color: '#BED7D2'

red 190 ◦ green 215 ◦ blue 210

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

Shades of Geyser #BED7D2

Tints of Geyser #BED7D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 30.89%
G = 34.96%
B = 34.15%

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

#BED7D2 (or 0xBED7D2) is known color: Geyser. HEX triplet: BE, D7 and D2. RGB value is (190,215,210). Sum of RGB (Red+Green+Blue) = 190+215+210=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7D2 is #41282D. Grayscale: #CECECE. Windows color (decimal): -4270126 or 13817790. OLE color: 13817790.

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

Color convert

RGB 190 215 210 -
CMYK 0.12 0 0.02 0.16
HSL 168º 0.24% 0.79% -
HSV(B) 168º 0.12% 0.84% -
XYZ 57.17 64.2 70.35 -
YUV 206.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 190 215 210 0.12 0 0.02 0.16 168 0.24 0.79
Hex BE D7 D2 C 0 2 10 A8 18 4F
Octal 276 327 322 14 0 2 20 250 30 117
Binary 10111110 11010111 11010010 1100 0 10 10000 10101000 11000 1001111

Color Harmonies of #BED7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7D2

Black with #BED7D2

Text Example


Text Example

White with #BED7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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