#BECEBC

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

Shades of Surf Crest #BECEBC

Tints of Surf Crest #BECEBC

Color information

#BECEBC (or 0xBECEBC) is unknown color: approx Surf Crest. HEX triplet: BE, CE and BC. RGB value is (190,206,188). Sum of RGB (Red+Green+Blue) = 190+206+188=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEBC is #413143. Grayscale: #C7C7C7. Windows color (decimal): -4272452 or 12373694. OLE color: 12373694.

HSL color Cylindrical-coordinate representation of color #BECEBC: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECEBC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB190206188-
CMYK0.0800.090.19
HSL113.33º15.52%77.25%-
HSV(B)113.33º8.74%80.78%-
XYZ52.3858.7256.15-
YUV199.16121.7121.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=32.53%
G=35.27%
B=32.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061880.0800.090.19113.3315.5277.25
HexBECEBC8091371104d
Octal276316274100112316120115
Binary101111101100111010111100100001001100111110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEBC; }

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

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

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

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

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

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

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

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