#BED0BA

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

Shades of Surf Crest #BED0BA

Tints of Surf Crest #BED0BA

Color information

#BED0BA (or 0xBED0BA) is unknown color: approx Surf Crest. HEX triplet: BE, D0 and BA. RGB value is (190,208,186). Sum of RGB (Red+Green+Blue) = 190+208+186=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0BA is #412F45. Grayscale: #C8C8C8. Windows color (decimal): -4271942 or 12243134. OLE color: 12243134.

HSL color Cylindrical-coordinate representation of color #BED0BA: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED0BA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB190208186-
CMYK0.0900.110.18
HSL109.09º18.97%77.25%-
HSV(B)109.09º10.58%81.57%-
XYZ52.6559.655.18-
YUV200.11120.04120.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=32.53%
G=35.62%
B=31.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081860.0900.110.18109.0918.9777.25
HexBED0BA90B126d134d
Octal276320272110132215523115
Binary101111101101000010111010100101011100101101101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0BA; }

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

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

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

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

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

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

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

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