#BED1CF

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

Shades of Geyser #BED1CF

Tints of Geyser #BED1CF

Color information

#BED1CF (or 0xBED1CF) is unknown color: approx Geyser. HEX triplet: BE, D1 and CF. RGB value is (190,209,207). Sum of RGB (Red+Green+Blue) = 190+209+207=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1CF is #412E30. Grayscale: #CBCBCB. Windows color (decimal): -4271665 or 13619646. OLE color: 13619646.

HSL color Cylindrical-coordinate representation of color #BED1CF: hue angle of 173.68º 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 #BED1CF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB190209207-
CMYK0.0900.010.18
HSL173.68º17.12%78.24%-
HSV(B)173.68º9.09%81.96%-
XYZ55.361.0567.9-
YUV203.09130.21118.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=31.35%
G=34.49%
B=34.16%

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
Decimal1902092070.0900.010.18173.6817.1278.24
HexBED1CF90112ae114e
Octal27632131711012225621116
Binary1011111011010001110011111001011001010101110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1CF; }

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

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

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

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

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

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

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

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