#BED8BA

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

Shades of Surf Crest #BED8BA

Tints of Surf Crest #BED8BA

Color information

#BED8BA (or 0xBED8BA) is unknown color: approx Surf Crest. HEX triplet: BE, D8 and BA. RGB value is (190,216,186). Sum of RGB (Red+Green+Blue) = 190+216+186=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8BA is #412745. Grayscale: #CCCCCC. Windows color (decimal): -4269894 or 12245182. OLE color: 12245182.

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

Color convert

RGB190216186-
CMYK0.1200.140.15
HSL112º27.78%78.82%-
HSV(B)112º13.89%84.71%-
XYZ54.6563.655.85-
YUV204.81117.39117.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=32.09%
G=36.49%
B=31.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161860.1200.140.1511227.7878.82
HexBED8BAC0EF701c4f
Octal276330272140161716034117
Binary10111110110110001011101011000111011111110000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8BA; }

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

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

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

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

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

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

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

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