#BEDDB9

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

Shades of Surf Crest #BEDDB9

Tints of Surf Crest #BEDDB9

Color information

#BEDDB9 (or 0xBEDDB9) is unknown color: approx Surf Crest. HEX triplet: BE, DD and B9. RGB value is (190,221,185). Sum of RGB (Red+Green+Blue) = 190+221+185=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDB9 is #412246. Grayscale: #CFCFCF. Windows color (decimal): -4268615 or 12180926. OLE color: 12180926.

HSL color Cylindrical-coordinate representation of color #BEDDB9: hue angle of 111.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDDB9 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB190221185-
CMYK0.1400.160.13
HSL111.67º34.62%79.61%-
HSV(B)111.67º16.29%86.67%-
XYZ55.8566.1655.73-
YUV207.63115.23115.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=31.88%
G=37.08%
B=31.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211850.1400.160.13111.6734.6279.61
HexBEDDB9E010D702350
Octal276335271160201516043120
Binary1011111011011101101110011110010000110111100001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDB9; }

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

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

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

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

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

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

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

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