#BEDAB9

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

Shades of Surf Crest #BEDAB9

Tints of Surf Crest #BEDAB9

Color information

#BEDAB9 (or 0xBEDAB9) is unknown color: approx Surf Crest. HEX triplet: BE, DA and B9. RGB value is (190,218,185). Sum of RGB (Red+Green+Blue) = 190+218+185=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAB9 is #412546. Grayscale: #CDCDCD. Windows color (decimal): -4269383 or 12180158. OLE color: 12180158.

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

Color convert

RGB190218185-
CMYK0.1300.150.15
HSL110.91º30.84%79.02%-
HSV(B)110.91º15.14%85.49%-
XYZ55.0664.5955.46-
YUV205.87116.22116.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=32.04%
G=36.76%
B=31.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181850.1300.150.15110.9130.8479.02
HexBEDAB9D0FF6f1f4f
Octal276332271150171715737117
Binary10111110110110101011100111010111111111101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAB9; }

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

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

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

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

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

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

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

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