#BFD886

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

Shades of Sulu #BFD886

Tints of Sulu #BFD886

Color information

#BFD886 (or 0xBFD886) is unknown color: approx Sulu. HEX triplet: BF, D8 and 86. RGB value is (191,216,134). Sum of RGB (Red+Green+Blue) = 191+216+134=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD886 is #402779. Grayscale: #C7C7C7. Windows color (decimal): -4204410 or 8837311. OLE color: 8837311.

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

Color convert

RGB191216134-
CMYK0.1200.380.15
HSL78.29º51.25%68.63%-
HSV(B)78.29º37.96%84.71%-
XYZ50.3461.9131.85-
YUV199.1891.22122.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=35.30%
G=39.93%
B=24.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912161340.1200.380.1578.2951.2568.63
HexBFD886C026F4e3345
Octal277330206140461711663105
Binary10111111110110001000011011000100110111110011101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD886; }

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

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

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

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

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

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

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

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