#BECBBB

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

Shades of Surf Crest #BECBBB

Tints of Surf Crest #BECBBB

Color information

#BECBBB (or 0xBECBBB) is unknown color: approx Surf Crest. HEX triplet: BE, CB and BB. RGB value is (190,203,187). Sum of RGB (Red+Green+Blue) = 190+203+187=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBB is #413444. Grayscale: #C5C5C5. Windows color (decimal): -4273221 or 12307390. OLE color: 12307390.

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

Color convert

RGB190203187-
CMYK0.0600.080.20
HSL108.75º13.33%76.47%-
HSV(B)108.75º7.88%79.61%-
XYZ51.5657.2555.35-
YUV197.29122.19122.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=32.76%
G=35%
B=32.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031870.0600.080.20108.7513.3376.47
HexBECBBB608146dd4c
Octal27631327360102415515114
Binary1011111011001011101110111100100010100110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBBB; }

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

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

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

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

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

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

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

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