#BECFB9

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

Shades of Surf Crest #BECFB9

Tints of Surf Crest #BECFB9

Color information

#BECFB9 (or 0xBECFB9) is unknown color: approx Surf Crest. HEX triplet: BE, CF and B9. RGB value is (190,207,185). Sum of RGB (Red+Green+Blue) = 190+207+185=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFB9 is #413046. Grayscale: #C7C7C7. Windows color (decimal): -4272199 or 12177342. OLE color: 12177342.

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

Color convert

RGB190207185-
CMYK0.0800.110.19
HSL106.36º18.64%76.86%-
HSV(B)106.36º10.63%81.18%-
XYZ52.359.0854.54-
YUV199.41119.87121.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=32.65%
G=35.57%
B=31.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071850.0800.110.19106.3618.6476.86
HexBECFB980B136a134d
Octal276317271100132315223115
Binary101111101100111110111001100001011100111101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFB9; }

 p { color: rgb(190,207,185); }

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

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

 a { background-color: rgb(190,207,185); }

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

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

 span { border-color: rgb(190,207,185); }

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