Html Css Color HEX #BDE786 Sulu

📋 copy color: '#BDE786'

red 189 ◦ green 231 ◦ blue 134

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

Shades of Sulu #BDE786

Tints of Sulu #BDE786

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.7%

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

R = 34.12%
G = 41.7%
B = 24.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#BDE786 (or 0xBDE786) is known color: Sulu. HEX triplet: BD, E7 and 86. RGB value is (189,231,134). Sum of RGB (Red+Green+Blue) = 189+231+134=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE786 is #421879. Grayscale: #CFCFCF. Windows color (decimal): -4331642 or 8841149. OLE color: 8841149.

HSL color Cylindrical-coordinate representation of color #BDE786: hue angle of 85.98º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE786 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 134 -
CMYK 0.18 0 0.42 0.09
HSL 85.98º 0.67% 0.72% -
HSV(B) 85.98º 0.42% 0.91% -
XYZ 53.87 69.69 33.17 -
YUV 207.38 86.59 114.89 -
System Red Green Blue C M Y K H S L
Decimal 189 231 134 0.18 0 0.42 0.09 85.98 0.67 0.72
Hex BD E7 86 12 0 2A 9 56 43 48
Octal 275 347 206 22 0 52 11 126 103 110
Binary 10111101 11100111 10000110 10010 0 101010 1001 1010110 1000011 1001000

Color Harmonies of #BDE786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE786

Black with #BDE786

Text Example


Text Example

White with #BDE786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE786; }

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

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

background-color css

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

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

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

border-color css

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

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

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