Html Css Color HEX #BDF986 Sulu

📋 copy color: '#BDF986'

red 189 ◦ green 249 ◦ blue 134

#BDF986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDF986

Tints of Sulu #BDF986

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 value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#BDF986 (or 0xBDF986) is known color: 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

RGB 189 249 134 -
CMYK 0.24 0 0.46 0.02
HSL 91.3º 0.91% 0.75% -
HSV(B) 91.3º 0.46% 0.98% -
XYZ 59.17 80.29 34.93 -
YUV 217.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 189 249 134 0.24 0 0.46 0.02 91.3 0.91 0.75
Hex BD F9 86 18 0 2E 2 5B 5B 4B
Octal 275 371 206 30 0 56 2 133 133 113
Binary 10111101 11111001 10000110 11000 0 101110 10 1011011 1011011 1001011

Color Harmonies of #BDF986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF986

Black with #BDF986

Text Example


Text Example

White with #BDF986

Text Example


Text Example

HTML Codes & Css Web 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>