#BECABB

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

Shades of Surf Crest #BECABB

Tints of Surf Crest #BECABB

Color information

#BECABB (or 0xBECABB) is unknown color: approx Surf Crest. HEX triplet: BE, CA and BB. RGB value is (190,202,187). Sum of RGB (Red+Green+Blue) = 190+202+187=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABB is #413544. Grayscale: #C4C4C4. Windows color (decimal): -4273477 or 12307134. OLE color: 12307134.

HSL color Cylindrical-coordinate representation of color #BECABB: hue angle of 108º 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 #BECABB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB190202187-
CMYK0.0600.070.21
HSL108º12.4%76.27%-
HSV(B)108º7.43%79.22%-
XYZ51.3356.7855.27-
YUV196.7122.52123.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=32.82%
G=34.89%
B=32.30%

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
Decimal1902021870.0600.070.2110812.476.27
HexBECABB607156cc4c
Octal2763122736072515414114
Binary101111101100101010111011110011110101110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECABB; }

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

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

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

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

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

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

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

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