Html Css Color HEX #BDF987 Sulu

📋 copy color: '#BDF987'

red 189 ◦ green 249 ◦ blue 135

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

Shades of Sulu #BDF987

Tints of Sulu #BDF987

RGB

 RED value IS 189 (74.22% from 255) = 32.98%

 GREEN value IS 249 (97.66% from 255) = 43.46%

 BLUE value IS 135 (53.13% from 255) = 23.56%

R = 32.98%
G = 43.46%
B = 23.56%

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

#BDF987 (or 0xBDF987) is known color: Sulu. HEX triplet: BD, F9 and 87. RGB value is (189,249,135). Sum of RGB (Red+Green+Blue) = 189+249+135=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF987 is #420678. Grayscale: #DADADA. Windows color (decimal): -4327033 or 8911293. OLE color: 8911293.

HSL color Cylindrical-coordinate representation of color #BDF987: hue angle of 91.58º degrees, saturation: 0.9, 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 #BDF987 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 135 -
CMYK 0.24 0 0.46 0.02
HSL 91.58º 0.9% 0.75% -
HSV(B) 91.58º 0.46% 0.98% -
XYZ 59.24 80.32 35.3 -
YUV 218.06 81.12 107.27 -
System Red Green Blue C M Y K H S L
Decimal 189 249 135 0.24 0 0.46 0.02 91.58 0.9 0.75
Hex BD F9 87 18 0 2E 2 5C 5A 4B
Octal 275 371 207 30 0 56 2 134 132 113
Binary 10111101 11111001 10000111 11000 0 101110 10 1011100 1011010 1001011

Color Harmonies of #BDF987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF987

Black with #BDF987

Text Example


Text Example

White with #BDF987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF987; }

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

 H1.HeaderClassName
 {
   color: #BDF987;
 }
 .AnyTagClassName
 {
   color: #BDF987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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