#BEDCB7

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

Shades of Surf Crest #BEDCB7

Tints of Surf Crest #BEDCB7

Color information

#BEDCB7 (or 0xBEDCB7) is unknown color: approx Surf Crest. HEX triplet: BE, DC and B7. RGB value is (190,220,183). Sum of RGB (Red+Green+Blue) = 190+220+183=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCB7 is #412348. Grayscale: #CECECE. Windows color (decimal): -4268873 or 12049598. OLE color: 12049598.

HSL color Cylindrical-coordinate representation of color #BEDCB7: hue angle of 108.65º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDCB7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB190220183-
CMYK0.1400.170.14
HSL108.65º34.58%79.02%-
HSV(B)108.65º16.82%86.27%-
XYZ55.3865.5554.53-
YUV206.81114.56116.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=32.04%
G=37.10%
B=30.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201830.1400.170.14108.6534.5879.02
HexBEDCB7E011E6d234f
Octal276334267160211615543117
Binary1011111011011100101101111110010001111011011011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCB7; }

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

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

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

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

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

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

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

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