#BED4D1

Color #BED4D1 Geyser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geyser #BED4D1

Tints of Geyser #BED4D1

Color information

#BED4D1 (or 0xBED4D1) is unknown color: approx Geyser. HEX triplet: BE, D4 and D1. RGB value is (190,212,209). Sum of RGB (Red+Green+Blue) = 190+212+209=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4D1 is #412B2E. Grayscale: #CDCDCD. Windows color (decimal): -4270895 or 13751486. OLE color: 13751486.

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

Color convert

RGB190212209-
CMYK0.1000.010.17
HSL171.82º20.37%78.82%-
HSV(B)171.82º10.38%83.14%-
XYZ56.2962.6469.45-
YUV205.08130.21117.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=31.10%
G=34.70%
B=34.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902122090.1000.010.17171.8220.3778.82
HexBED4D1A0111ac144f
Octal27632432112012125424117
Binary1011111011010100110100011010011000110101100101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4D1; }

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

 H1.HeaderClassName
 {
   color: #BED4D1;
 }
 .AnyTagClassName
 {
   color: #BED4D1;
 }
</style>
background-color css

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

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

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

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

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

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