#BDF986

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

Shades of Sulu #BDF986

Tints of Sulu #BDF986

Color information

#BDF986 (or 0xBDF986) is unknown color: approx Sulu. HEX triplet: BD, F9 and 86. RGB value is (189,249,134). Sum of RGB (Red+Green+Blue) = 189+249+134=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF986 is #420679. Grayscale: #DADADA. Windows color (decimal): -4327034 or 8845757. OLE color: 8845757.

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

Color convert

RGB189249134-
CMYK0.2400.460.02
HSL91.3º90.55%75.1%-
HSV(B)91.3º46.18%97.65%-
XYZ59.1780.2934.93-
YUV217.9580.62107.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 134 (52.73% from 255) = 23.43%
R=33.04%
G=43.53%
B=23.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491340.2400.460.0291.390.5575.1
HexBDF9861802E25b5b4b
Octal275371206300562133133113
Binary10111101111110011000011011000010111010101101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF986; }

 p { color: rgb(189,249,134); }

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

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

 a { background-color: rgb(189,249,134); }

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

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

 span { border-color: rgb(189,249,134); }

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