#BEDCB3

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

Shades of Surf Crest #BEDCB3

Tints of Surf Crest #BEDCB3

Color information

#BEDCB3 (or 0xBEDCB3) is unknown color: approx Surf Crest. HEX triplet: BE, DC and B3. RGB value is (190,220,179). Sum of RGB (Red+Green+Blue) = 190+220+179=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCB3 is #41234C. Grayscale: #CECECE. Windows color (decimal): -4268877 or 11787454. OLE color: 11787454.

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

Color convert

RGB190220179-
CMYK0.1400.190.14
HSL103.9º36.94%78.24%-
HSV(B)103.9º18.64%86.27%-
XYZ54.9765.3952.37-
YUV206.36112.56116.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 179 (70.31% from 255) = 30.39%
R=32.26%
G=37.35%
B=30.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201790.1400.190.14103.936.9478.24
HexBEDCB3E013E68254e
Octal276334263160231615045116
Binary1011111011011100101100111110010011111011010001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCB3; }

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

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

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

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

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

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

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

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