#BECBBC

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

Shades of Surf Crest #BECBBC

Tints of Surf Crest #BECBBC

Color information

#BECBBC (or 0xBECBBC) is unknown color: approx Surf Crest. HEX triplet: BE, CB and BC. RGB value is (190,203,188). Sum of RGB (Red+Green+Blue) = 190+203+188=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBC is #413443. Grayscale: #C5C5C5. Windows color (decimal): -4273220 or 12372926. OLE color: 12372926.

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

Color convert

RGB190203188-
CMYK0.0600.070.20
HSL112º12.61%76.67%-
HSV(B)112º7.39%79.61%-
XYZ51.6757.2955.91-
YUV197.4122.69122.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=32.70%
G=34.94%
B=32.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031880.0600.070.2011212.6176.67
HexBECBBC6071470d4d
Octal2763132746072416015115
Binary101111101100101110111100110011110100111000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBBC; }

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

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

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

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

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

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

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

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