Html Css Color HEX #BDF086 Sulu

📋 copy color: '#BDF086'

red 189 ◦ green 240 ◦ blue 134

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

Shades of Sulu #BDF086

Tints of Sulu #BDF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 134 (52.73% from 255) = 23.8%

R = 33.57%
G = 42.63%
B = 23.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#BDF086 (or 0xBDF086) is known color: Sulu. HEX triplet: BD, F0 and 86. RGB value is (189,240,134). Sum of RGB (Red+Green+Blue) = 189+240+134=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF086 is #420F79. Grayscale: #D5D5D5. Windows color (decimal): -4329338 or 8843453. OLE color: 8843453.

HSL color Cylindrical-coordinate representation of color #BDF086: hue angle of 88.87º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF086 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 134 -
CMYK 0.21 0 0.44 0.06
HSL 88.87º 0.78% 0.73% -
HSV(B) 88.87º 0.44% 0.94% -
XYZ 56.45 74.86 34.03 -
YUV 212.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 189 240 134 0.21 0 0.44 0.06 88.87 0.78 0.73
Hex BD F0 86 15 0 2C 6 59 4E 49
Octal 275 360 206 25 0 54 6 131 116 111
Binary 10111101 11110000 10000110 10101 0 101100 110 1011001 1001110 1001001

Color Harmonies of #BDF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF086

Black with #BDF086

Text Example


Text Example

White with #BDF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF086; }

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

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

background-color css

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

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

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

border-color css

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

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

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