#BEDABD

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

Shades of Surf #BEDABD

Tints of Surf #BEDABD

Color information

#BEDABD (or 0xBEDABD) is unknown color: approx Surf. HEX triplet: BE, DA and BD. RGB value is (190,218,189). Sum of RGB (Red+Green+Blue) = 190+218+189=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDABD is #412542. Grayscale: #CECECE. Windows color (decimal): -4269379 or 12442302. OLE color: 12442302.

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

Color convert

RGB190218189-
CMYK0.1300.130.15
HSL117.93º28.16%79.8%-
HSV(B)117.93º13.3%85.49%-
XYZ55.4964.7657.72-
YUV206.32118.22116.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=31.83%
G=36.52%
B=31.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181890.1300.130.15117.9328.1679.8
HexBEDABDD0DF761c50
Octal276332275150151716634120
Binary10111110110110101011110111010110111111110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDABD; }

 p { color: rgb(190,218,189); }

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

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

 a { background-color: rgb(190,218,189); }

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

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

 span { border-color: rgb(190,218,189); }

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