Html Css Color HEX #BDE185 Sulu

📋 copy color: '#BDE185'

red 189 ◦ green 225 ◦ blue 133

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

Shades of Sulu #BDE185

Tints of Sulu #BDE185

RGB

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

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

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

R = 34.55%
G = 41.13%
B = 24.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#BDE185 (or 0xBDE185) is known color: Sulu. HEX triplet: BD, E1 and 85. RGB value is (189,225,133). Sum of RGB (Red+Green+Blue) = 189+225+133=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE185 is #421E7A. Grayscale: #CCCCCC. Windows color (decimal): -4333179 or 8774077. OLE color: 8774077.

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

Color convert

RGB 189 225 133 -
CMYK 0.16 0 0.41 0.12
HSL 83.48º 0.61% 0.7% -
HSV(B) 83.48º 0.41% 0.88% -
XYZ 52.15 66.36 32.25 -
YUV 203.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 189 225 133 0.16 0 0.41 0.12 83.48 0.61 0.7
Hex BD E1 85 10 0 29 C 53 3D 46
Octal 275 341 205 20 0 51 14 123 75 106
Binary 10111101 11100001 10000101 10000 0 101001 1100 1010011 111101 1000110

Color Harmonies of #BDE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE185

Black with #BDE185

Text Example


Text Example

White with #BDE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE185; }

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

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

background-color css

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

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

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

border-color css

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

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

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