#BED0CD

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

Shades of Geyser #BED0CD

Tints of Geyser #BED0CD

Color information

#BED0CD (or 0xBED0CD) is unknown color: approx Geyser. HEX triplet: BE, D0 and CD. RGB value is (190,208,205). Sum of RGB (Red+Green+Blue) = 190+208+205=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0CD is #412F32. Grayscale: #CACACA. Windows color (decimal): -4271923 or 13488318. OLE color: 13488318.

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

Color convert

RGB190208205-
CMYK0.0900.010.18
HSL170º16.07%78.04%-
HSV(B)170º8.65%81.57%-
XYZ54.8160.4766.54-
YUV202.28129.54119.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=31.51%
G=34.49%
B=34.00%

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
Decimal1902082050.0900.010.1817016.0778.04
HexBED0CD90112aa104e
Octal27632031511012225220116
Binary1011111011010000110011011001011001010101010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0CD; }

 p { color: rgb(190,208,205); }

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

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

 a { background-color: rgb(190,208,205); }

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

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

 span { border-color: rgb(190,208,205); }

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