#BFF988

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

Shades of Sulu #BFF988

Tints of Sulu #BFF988

Color information

#BFF988 (or 0xBFF988) is unknown color: approx Sulu. HEX triplet: BF, F9 and 88. RGB value is (191,249,136). Sum of RGB (Red+Green+Blue) = 191+249+136=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF988 is #400677. Grayscale: #DBDBDB. Windows color (decimal): -4195960 or 8976831. OLE color: 8976831.

HSL color Cylindrical-coordinate representation of color #BFF988: hue angle of 90.8º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFF988 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB191249136-
CMYK0.2300.450.02
HSL90.8º90.4%75.49%-
HSV(B)90.8º45.38%97.65%-
XYZ59.8180.6135.7-
YUV218.7881.28108.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=33.16%
G=43.23%
B=23.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491360.2300.450.0290.890.475.49
HexBFF9881702D25b5a4b
Octal277371210270552133132113
Binary10111111111110011000100010111010110110101101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF988; }

 p { color: rgb(191,249,136); }

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

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

 a { background-color: rgb(191,249,136); }

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

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

 span { border-color: rgb(191,249,136); }

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