#BEDDB5

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

Shades of Surf Crest #BEDDB5

Tints of Surf Crest #BEDDB5

Color information

#BEDDB5 (or 0xBEDDB5) is unknown color: approx Surf Crest. HEX triplet: BE, DD and B5. RGB value is (190,221,181). Sum of RGB (Red+Green+Blue) = 190+221+181=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDB5 is #41224A. Grayscale: #CFCFCF. Windows color (decimal): -4268619 or 11918782. OLE color: 11918782.

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

Color convert

RGB190221181-
CMYK0.1400.180.13
HSL106.5º37.04%78.82%-
HSV(B)106.5º18.1%86.67%-
XYZ55.436653.53-
YUV207.17113.23115.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=32.09%
G=37.33%
B=30.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211810.1400.180.13106.537.0478.82
HexBEDDB5E012D6a254f
Octal276335265160221515245117
Binary1011111011011101101101011110010010110111010101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDB5; }

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

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

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

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

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

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

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

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