Html Css Color HEX #BDF186 Sulu

📋 copy color: '#BDF186'

red 189 ◦ green 241 ◦ blue 134

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

Shades of Sulu #BDF186

Tints of Sulu #BDF186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.73%

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

R = 33.51%
G = 42.73%
B = 23.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BDF186 (or 0xBDF186) is known color: Sulu. HEX triplet: BD, F1 and 86. RGB value is (189,241,134). Sum of RGB (Red+Green+Blue) = 189+241+134=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF186 is #420E79. Grayscale: #D5D5D5. Windows color (decimal): -4329082 or 8843709. OLE color: 8843709.

HSL color Cylindrical-coordinate representation of color #BDF186: hue angle of 89.16º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF186 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 134 -
CMYK 0.22 0 0.44 0.05
HSL 89.16º 0.79% 0.74% -
HSV(B) 89.16º 0.44% 0.95% -
XYZ 56.74 75.45 34.13 -
YUV 213.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 189 241 134 0.22 0 0.44 0.05 89.16 0.79 0.74
Hex BD F1 86 16 0 2C 5 59 4F 4A
Octal 275 361 206 26 0 54 5 131 117 112
Binary 10111101 11110001 10000110 10110 0 101100 101 1011001 1001111 1001010

Color Harmonies of #BDF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF186

Black with #BDF186

Text Example


Text Example

White with #BDF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF186; }

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

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

background-color css

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

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

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

border-color css

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

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

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