#BEDAB5

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

Shades of Surf Crest #BEDAB5

Tints of Surf Crest #BEDAB5

Color information

#BEDAB5 (or 0xBEDAB5) is unknown color: approx Surf Crest. HEX triplet: BE, DA and B5. RGB value is (190,218,181). Sum of RGB (Red+Green+Blue) = 190+218+181=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAB5 is #41254A. Grayscale: #CDCDCD. Windows color (decimal): -4269387 or 11918014. OLE color: 11918014.

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

Color convert

RGB190218181-
CMYK0.1300.170.15
HSL105.41º33.33%78.24%-
HSV(B)105.41º16.97%85.49%-
XYZ54.6564.4353.27-
YUV205.41114.22117.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=32.26%
G=37.01%
B=30.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181810.1300.170.15105.4133.3378.24
HexBEDAB5D011F69214e
Octal276332265150211715141116
Binary1011111011011010101101011101010001111111010011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAB5; }

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

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

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

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

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

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

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

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