#BECABC

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

Shades of Surf Crest #BECABC

Tints of Surf Crest #BECABC

Color information

#BECABC (or 0xBECABC) is unknown color: approx Surf Crest. HEX triplet: BE, CA and BC. RGB value is (190,202,188). Sum of RGB (Red+Green+Blue) = 190+202+188=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABC is #413543. Grayscale: #C4C4C4. Windows color (decimal): -4273476 or 12372670. OLE color: 12372670.

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

Color convert

RGB190202188-
CMYK0.0600.070.21
HSL111.43º11.67%76.47%-
HSV(B)111.43º6.93%79.22%-
XYZ51.4356.8255.83-
YUV196.82123.02123.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=32.76%
G=34.83%
B=32.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021880.0600.070.21111.4311.6776.47
HexBECABC607156fc4c
Octal2763122746072515714114
Binary101111101100101010111100110011110101110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECABC; }

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

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

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

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

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

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

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

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