#BED9BA

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

Shades of Surf Crest #BED9BA

Tints of Surf Crest #BED9BA

Color information

#BED9BA (or 0xBED9BA) is unknown color: approx Surf Crest. HEX triplet: BE, D9 and BA. RGB value is (190,217,186). Sum of RGB (Red+Green+Blue) = 190+217+186=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9BA is #412645. Grayscale: #CDCDCD. Windows color (decimal): -4269638 or 12245438. OLE color: 12245438.

HSL color Cylindrical-coordinate representation of color #BED9BA: hue angle of 112.26º degrees, saturation: 0.29, 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 #BED9BA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB190217186-
CMYK0.1200.140.15
HSL112.26º28.97%79.02%-
HSV(B)112.26º14.29%85.1%-
XYZ54.9164.1255.94-
YUV205.39117.05117.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=32.04%
G=36.59%
B=31.37%

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
Decimal1902171860.1200.140.15112.2628.9779.02
HexBED9BAC0EF701d4f
Octal276331272140161716035117
Binary10111110110110011011101011000111011111110000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9BA; }

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

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

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

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

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

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

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

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