#BEDAB7

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

Shades of Surf Crest #BEDAB7

Tints of Surf Crest #BEDAB7

Color information

#BEDAB7 (or 0xBEDAB7) is unknown color: approx Surf Crest. HEX triplet: BE, DA and B7. RGB value is (190,218,183). Sum of RGB (Red+Green+Blue) = 190+218+183=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAB7 is #412548. Grayscale: #CDCDCD. Windows color (decimal): -4269385 or 12049086. OLE color: 12049086.

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

Color convert

RGB190218183-
CMYK0.1300.160.15
HSL108º32.11%78.63%-
HSV(B)108º16.06%85.49%-
XYZ54.8564.5154.36-
YUV205.64115.22116.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=32.15%
G=36.89%
B=30.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181830.1300.160.1510832.1178.63
HexBEDAB7D010F6c204f
Octal276332267150201715440117
Binary1011111011011010101101111101010000111111011001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAB7; }

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

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

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

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

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

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

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

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