Html Css Color HEX #BDE191 Sulu

📋 copy color: '#BDE191'

red 189 ◦ green 225 ◦ blue 145

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

Shades of Sulu #BDE191

Tints of Sulu #BDE191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.94%

R = 33.81%
G = 40.25%
B = 25.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#BDE191 (or 0xBDE191) is known color: Sulu. HEX triplet: BD, E1 and 91. RGB value is (189,225,145). Sum of RGB (Red+Green+Blue) = 189+225+145=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE191 is #421E6E. Grayscale: #CDCDCD. Windows color (decimal): -4333167 or 9560509. OLE color: 9560509.

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

Color convert

RGB 189 225 145 -
CMYK 0.16 0 0.36 0.12
HSL 87º 0.57% 0.73% -
HSV(B) 87º 0.36% 0.88% -
XYZ 53.02 66.71 36.87 -
YUV 205.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 189 225 145 0.16 0 0.36 0.12 87 0.57 0.73
Hex BD E1 91 10 0 24 C 57 39 49
Octal 275 341 221 20 0 44 14 127 71 111
Binary 10111101 11100001 10010001 10000 0 100100 1100 1010111 111001 1001001

Color Harmonies of #BDE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE191

Black with #BDE191

Text Example


Text Example

White with #BDE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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