Html Css Color HEX #BDE785 Sulu

📋 copy color: '#BDE785'

red 189 ◦ green 231 ◦ blue 133

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

Shades of Sulu #BDE785

Tints of Sulu #BDE785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.05%

R = 34.18%
G = 41.77%
B = 24.05%

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

#BDE785 (or 0xBDE785) is known color: Sulu. HEX triplet: BD, E7 and 85. RGB value is (189,231,133). Sum of RGB (Red+Green+Blue) = 189+231+133=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE785 is #42187A. Grayscale: #CFCFCF. Windows color (decimal): -4331643 or 8775613. OLE color: 8775613.

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

Color convert

RGB 189 231 133 -
CMYK 0.18 0 0.42 0.09
HSL 85.71º 0.67% 0.71% -
HSV(B) 85.71º 0.42% 0.91% -
XYZ 53.8 69.66 32.8 -
YUV 207.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 189 231 133 0.18 0 0.42 0.09 85.71 0.67 0.71
Hex BD E7 85 12 0 2A 9 56 43 47
Octal 275 347 205 22 0 52 11 126 103 107
Binary 10111101 11100111 10000101 10010 0 101010 1001 1010110 1000011 1000111

Color Harmonies of #BDE785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE785

Black with #BDE785

Text Example


Text Example

White with #BDE785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE785; }

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

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

background-color css

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

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

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

border-color css

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

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

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