#BED5D2

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

Shades of Geyser #BED5D2

Tints of Geyser #BED5D2

Color information

#BED5D2 (or 0xBED5D2) is unknown color: approx Geyser. HEX triplet: BE, D5 and D2. RGB value is (190,213,210). Sum of RGB (Red+Green+Blue) = 190+213+210=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5D2 is #412A2D. Grayscale: #CDCDCD. Windows color (decimal): -4270638 or 13817278. OLE color: 13817278.

HSL color Cylindrical-coordinate representation of color #BED5D2: hue angle of 172.17º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED5D2 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB190213210-
CMYK0.1100.010.16
HSL172.17º21.5%79.02%-
HSV(B)172.17º10.8%83.53%-
XYZ56.6663.1970.18-
YUV205.78130.38116.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=31.00%
G=34.75%
B=34.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902132100.1100.010.16172.1721.579.02
HexBED5D2B0110ac154f
Octal27632532213012025425117
Binary1011111011010101110100101011011000010101100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5D2; }

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

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

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

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

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

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

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

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