Html Css Color HEX #BDE186 Sulu

📋 copy color: '#BDE186'

red 189 ◦ green 225 ◦ blue 134

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

Shades of Sulu #BDE186

Tints of Sulu #BDE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.06%

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

R = 34.49%
G = 41.06%
B = 24.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#BDE186 (or 0xBDE186) is known color: Sulu. HEX triplet: BD, E1 and 86. RGB value is (189,225,134). Sum of RGB (Red+Green+Blue) = 189+225+134=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE186 is #421E79. Grayscale: #CCCCCC. Windows color (decimal): -4333178 or 8839613. OLE color: 8839613.

HSL color Cylindrical-coordinate representation of color #BDE186: hue angle of 83.74º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE186 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 134 -
CMYK 0.16 0 0.40 0.12
HSL 83.74º 0.6% 0.7% -
HSV(B) 83.74º 0.4% 0.88% -
XYZ 52.21 66.39 32.62 -
YUV 203.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 189 225 134 0.16 0 0.40 0.12 83.74 0.6 0.7
Hex BD E1 86 10 0 28 C 54 3C 46
Octal 275 341 206 20 0 50 14 124 74 106
Binary 10111101 11100001 10000110 10000 0 101000 1100 1010100 111100 1000110

Color Harmonies of #BDE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE186

Black with #BDE186

Text Example


Text Example

White with #BDE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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