#BED8B0

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

Shades of Surf Crest #BED8B0

Tints of Surf Crest #BED8B0

Color information

#BED8B0 (or 0xBED8B0) is unknown color: approx Surf Crest. HEX triplet: BE, D8 and B0. RGB value is (190,216,176). Sum of RGB (Red+Green+Blue) = 190+216+176=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED8B0 is #41274F. Grayscale: #CBCBCB. Windows color (decimal): -4269904 or 11589822. OLE color: 11589822.

HSL color Cylindrical-coordinate representation of color #BED8B0: hue angle of 99º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED8B0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB190216176-
CMYK0.1200.190.15
HSL99º33.9%76.86%-
HSV(B)99º18.52%84.71%-
XYZ53.6363.1950.45-
YUV203.67112.39118.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 176 (69.14% from 255) = 30.24%
R=32.65%
G=37.11%
B=30.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161760.1200.190.159933.976.86
HexBED8B0C013F63224d
Octal276330260140231714342115
Binary1011111011011000101100001100010011111111000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8B0; }

 p { color: rgb(190,216,176); }

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

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

 a { background-color: rgb(190,216,176); }

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

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

 span { border-color: rgb(190,216,176); }

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