#BFE886

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

Shades of Sulu #BFE886

Tints of Sulu #BFE886

Color information

#BFE886 (or 0xBFE886) is unknown color: approx Sulu. HEX triplet: BF, E8 and 86. RGB value is (191,232,134). Sum of RGB (Red+Green+Blue) = 191+232+134=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE886 is #401779. Grayscale: #D0D0D0. Windows color (decimal): -4200314 or 8841407. OLE color: 8841407.

HSL color Cylindrical-coordinate representation of color #BFE886: hue angle of 85.1º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE886 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB191232134-
CMYK0.1800.420.09
HSL85.1º68.06%71.76%-
HSV(B)85.1º42.24%90.98%-
XYZ54.6570.5133.28-
YUV208.5785.92115.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=34.29%
G=41.65%
B=24.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321340.1800.420.0985.168.0671.76
HexBFE8861202A9554448
Octal2773502062205211125104110
Binary1011111111101000100001101001001010101001101010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE886; }

 p { color: rgb(191,232,134); }

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

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

 a { background-color: rgb(191,232,134); }

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

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

 span { border-color: rgb(191,232,134); }

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