#BEDCB5

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

Shades of Surf Crest #BEDCB5

Tints of Surf Crest #BEDCB5

Color information

#BEDCB5 (or 0xBEDCB5) is unknown color: approx Surf Crest. HEX triplet: BE, DC and B5. RGB value is (190,220,181). Sum of RGB (Red+Green+Blue) = 190+220+181=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCB5 is #41234A. Grayscale: #CECECE. Windows color (decimal): -4268875 or 11918526. OLE color: 11918526.

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

Color convert

RGB190220181-
CMYK0.1400.180.14
HSL106.15º35.78%78.63%-
HSV(B)106.15º17.73%86.27%-
XYZ55.1765.4753.45-
YUV206.58113.56116.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=32.15%
G=37.23%
B=30.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201810.1400.180.14106.1535.7878.63
HexBEDCB5E012E6a244f
Octal276334265160221615244117
Binary1011111011011100101101011110010010111011010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCB5; }

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

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

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

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

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

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

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

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