Html Css Color HEX #BDE890 Sulu

📋 copy color: '#BDE890'

red 189 ◦ green 232 ◦ blue 144

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

Shades of Sulu #BDE890

Tints of Sulu #BDE890

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.06%

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 33.45%
G = 41.06%
B = 25.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#BDE890 (or 0xBDE890) is known color: Sulu. HEX triplet: BD, E8 and 90. RGB value is (189,232,144). Sum of RGB (Red+Green+Blue) = 189+232+144=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE890 is #42176F. Grayscale: #D1D1D1. Windows color (decimal): -4331376 or 9496765. OLE color: 9496765.

HSL color Cylindrical-coordinate representation of color #BDE890: hue angle of 89.32º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE890 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 144 -
CMYK 0.19 0 0.38 0.09
HSL 89.32º 0.66% 0.74% -
HSV(B) 89.32º 0.38% 0.91% -
XYZ 54.88 70.55 37.11 -
YUV 209.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 189 232 144 0.19 0 0.38 0.09 89.32 0.66 0.74
Hex BD E8 90 13 0 26 9 59 42 4A
Octal 275 350 220 23 0 46 11 131 102 112
Binary 10111101 11101000 10010000 10011 0 100110 1001 1011001 1000010 1001010

Color Harmonies of #BDE890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE890

Black with #BDE890

Text Example


Text Example

White with #BDE890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE890; }

 p { color: rgb(189,232,144); }

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

background-color css

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

 a { background-color: rgb(189,232,144); }

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

border-color css

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

 span { border-color: rgb(189,232,144); }

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