#BECBB7

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

Shades of Surf Crest #BECBB7

Tints of Surf Crest #BECBB7

Color information

#BECBB7 (or 0xBECBB7) is unknown color: approx Surf Crest. HEX triplet: BE, CB and B7. RGB value is (190,203,183). Sum of RGB (Red+Green+Blue) = 190+203+183=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBB7 is #413448. Grayscale: #C4C4C4. Windows color (decimal): -4273225 or 12045246. OLE color: 12045246.

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

Color convert

RGB190203183-
CMYK0.0600.100.20
HSL99º16.13%75.69%-
HSV(B)99º9.85%79.61%-
XYZ51.1457.0853.12-
YUV196.83120.19123.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=32.99%
G=35.24%
B=31.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031830.0600.100.209916.1375.69
HexBECBB760A1463104c
Octal27631326760122414320114
Binary10111110110010111011011111001010101001100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBB7; }

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

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

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

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

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

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

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

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