#BFD988

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

Shades of Sulu #BFD988

Tints of Sulu #BFD988

Color information

#BFD988 (or 0xBFD988) is unknown color: approx Sulu. HEX triplet: BF, D9 and 88. RGB value is (191,217,136). Sum of RGB (Red+Green+Blue) = 191+217+136=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD988 is #402677. Grayscale: #C8C8C8. Windows color (decimal): -4204152 or 8968639. OLE color: 8968639.

HSL color Cylindrical-coordinate representation of color #BFD988: hue angle of 79.26º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFD988 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB191217136-
CMYK0.1200.370.15
HSL79.26º51.59%69.22%-
HSV(B)79.26º37.33%85.1%-
XYZ50.7462.4832.68-
YUV199.9991.89121.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 136 (53.52% from 255) = 25%
R=35.11%
G=39.89%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171360.1200.370.1579.2651.5969.22
HexBFD988C025F4f3445
Octal277331210140451711764105
Binary10111111110110011000100011000100101111110011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD988; }

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

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

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

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

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

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

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

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