#BECFBB

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

Shades of Surf Crest #BECFBB

Tints of Surf Crest #BECFBB

Color information

#BECFBB (or 0xBECFBB) is unknown color: approx Surf Crest. HEX triplet: BE, CF and BB. RGB value is (190,207,187). Sum of RGB (Red+Green+Blue) = 190+207+187=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBB is #413044. Grayscale: #C7C7C7. Windows color (decimal): -4272197 or 12308414. OLE color: 12308414.

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

Color convert

RGB190207187-
CMYK0.0800.100.19
HSL111º17.24%77.25%-
HSV(B)111º9.66%81.18%-
XYZ52.5259.1655.66-
YUV199.64120.87121.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=32.53%
G=35.45%
B=32.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071870.0800.100.1911117.2477.25
HexBECFBB80A136f114d
Octal276317273100122315721115
Binary101111101100111110111011100001010100111101111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFBB; }

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

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

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

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

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

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

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

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