#BFE884

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

Shades of Sulu #BFE884

Tints of Sulu #BFE884

Color information

#BFE884 (or 0xBFE884) is unknown color: approx Sulu. HEX triplet: BF, E8 and 84. RGB value is (191,232,132). Sum of RGB (Red+Green+Blue) = 191+232+132=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE884 is #40177B. Grayscale: #D0D0D0. Windows color (decimal): -4200316 or 8710335. OLE color: 8710335.

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

Color convert

RGB191232132-
CMYK0.1800.430.09
HSL84.6º68.49%71.37%-
HSV(B)84.6º43.1%90.98%-
XYZ54.5170.4632.56-
YUV208.3484.92115.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 232 (91.02% from 255) = 41.80%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=34.41%
G=41.80%
B=23.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321320.1800.430.0984.668.4971.37
HexBFE8841202B9554447
Octal2773502042205311125104107
Binary1011111111101000100001001001001010111001101010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE884; }

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

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

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

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

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

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

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

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