#BECABA

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

Shades of Surf Crest #BECABA

Tints of Surf Crest #BECABA

Color information

#BECABA (or 0xBECABA) is unknown color: approx Surf Crest. HEX triplet: BE, CA and BA. RGB value is (190,202,186). Sum of RGB (Red+Green+Blue) = 190+202+186=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABA is #413545. Grayscale: #C4C4C4. Windows color (decimal): -4273478 or 12241598. OLE color: 12241598.

HSL color Cylindrical-coordinate representation of color #BECABA: hue angle of 105º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECABA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB190202186-
CMYK0.0600.080.21
HSL105º13.11%76.08%-
HSV(B)105º7.92%79.22%-
XYZ51.2256.7354.71-
YUV196.59122.02123.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=32.87%
G=34.95%
B=32.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021860.0600.080.2110513.1176.08
HexBECABA6081569d4c
Octal27631227260102515115114
Binary1011111011001010101110101100100010101110100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECABA; }

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

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

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

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

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

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

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

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