#BFE2BB

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

Shades of Surf Crest #BFE2BB

Tints of Surf Crest #BFE2BB

Color information

#BFE2BB (or 0xBFE2BB) is unknown color: approx Surf Crest. HEX triplet: BF, E2 and BB. RGB value is (191,226,187). Sum of RGB (Red+Green+Blue) = 191+226+187=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2BB is #401D44. Grayscale: #D3D3D3. Windows color (decimal): -4201797 or 12313279. OLE color: 12313279.

HSL color Cylindrical-coordinate representation of color #BFE2BB: hue angle of 113.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE2BB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB191226187-
CMYK0.1500.170.11
HSL113.85º40.21%80.98%-
HSV(B)113.85º17.26%88.63%-
XYZ57.6569.0657.3-
YUV211.09114.4113.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=31.62%
G=37.42%
B=30.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261870.1500.170.11113.8540.2180.98
HexBFE2BBF011B722851
Octal277342273170211316250121
Binary1011111111100010101110111111010001101111100101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2BB; }

 p { color: rgb(191,226,187); }

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

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

 a { background-color: rgb(191,226,187); }

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

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

 span { border-color: rgb(191,226,187); }

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