#BED8BB

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

Shades of Surf Crest #BED8BB

Tints of Surf Crest #BED8BB

Color information

#BED8BB (or 0xBED8BB) is unknown color: approx Surf Crest. HEX triplet: BE, D8 and BB. RGB value is (190,216,187). Sum of RGB (Red+Green+Blue) = 190+216+187=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8BB is #412744. Grayscale: #CDCDCD. Windows color (decimal): -4269893 or 12310718. OLE color: 12310718.

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

Color convert

RGB190216187-
CMYK0.1200.130.15
HSL113.79º27.1%79.02%-
HSV(B)113.79º13.43%84.71%-
XYZ54.7663.6556.41-
YUV204.92117.89117.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=32.04%
G=36.42%
B=31.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161870.1200.130.15113.7927.179.02
HexBED8BBC0DF721b4f
Octal276330273140151716233117
Binary10111110110110001011101111000110111111110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8BB; }

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

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

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

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

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

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

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

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