#BECCB8

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

Shades of Surf Crest #BECCB8

Tints of Surf Crest #BECCB8

Color information

#BECCB8 (or 0xBECCB8) is unknown color: approx Surf Crest. HEX triplet: BE, CC and B8. RGB value is (190,204,184). Sum of RGB (Red+Green+Blue) = 190+204+184=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB8 is #413347. Grayscale: #C5C5C5. Windows color (decimal): -4272968 or 12111038. OLE color: 12111038.

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

Color convert

RGB190204184-
CMYK0.0700.100.2
HSL102º16.39%76.08%-
HSV(B)102º9.8%80%-
XYZ51.4857.5953.75-
YUV197.53120.36122.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 184 (72.27% from 255) = 31.83%
R=32.87%
G=35.29%
B=31.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041840.0700.100.210216.3976.08
HexBECCB870A1466104c
Octal27631427070122414620114
Binary10111110110011001011100011101010101001100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCB8; }

 p { color: rgb(190,204,184); }

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

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

 a { background-color: rgb(190,204,184); }

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

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

 span { border-color: rgb(190,204,184); }

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