#BED1CE

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

Shades of Geyser #BED1CE

Tints of Geyser #BED1CE

Color information

#BED1CE (or 0xBED1CE) is unknown color: approx Geyser. HEX triplet: BE, D1 and CE. RGB value is (190,209,206). Sum of RGB (Red+Green+Blue) = 190+209+206=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1CE is #412E31. Grayscale: #CACACA. Windows color (decimal): -4271666 or 13554110. OLE color: 13554110.

HSL color Cylindrical-coordinate representation of color #BED1CE: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED1CE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB190209206-
CMYK0.0900.010.18
HSL170.53º17.12%78.24%-
HSV(B)170.53º9.09%81.96%-
XYZ55.186167.26-
YUV202.98129.71118.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 209 (82.03% from 255) = 34.55%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=31.40%
G=34.55%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902092060.0900.010.18170.5317.1278.24
HexBED1CE90112ab114e
Octal27632131611012225321116
Binary1011111011010001110011101001011001010101011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1CE; }

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

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

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

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

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

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

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

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