#BECDBA

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

Shades of Surf Crest #BECDBA

Tints of Surf Crest #BECDBA

Color information

#BECDBA (or 0xBECDBA) is unknown color: approx Surf Crest. HEX triplet: BE, CD and BA. RGB value is (190,205,186). Sum of RGB (Red+Green+Blue) = 190+205+186=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDBA is #413245. Grayscale: #C6C6C6. Windows color (decimal): -4272710 or 12242366. OLE color: 12242366.

HSL color Cylindrical-coordinate representation of color #BECDBA: hue angle of 107.37º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECDBA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB190205186-
CMYK0.0700.090.20
HSL107.37º15.97%76.67%-
HSV(B)107.37º9.27%80.39%-
XYZ51.9358.1554.94-
YUV198.35121.03122.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=32.70%
G=35.28%
B=32.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051860.0700.090.20107.3715.9776.67
HexBECDBA709146b104d
Octal27631527270112415320115
Binary10111110110011011011101011101001101001101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDBA; }

 p { color: rgb(190,205,186); }

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

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

 a { background-color: rgb(190,205,186); }

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

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

 span { border-color: rgb(190,205,186); }

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