Html Css Color HEX #BDE188 Sulu

📋 copy color: '#BDE188'

red 189 ◦ green 225 ◦ blue 136

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

Shades of Sulu #BDE188

Tints of Sulu #BDE188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.73%

R = 34.36%
G = 40.91%
B = 24.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#BDE188 (or 0xBDE188) is known color: Sulu. HEX triplet: BD, E1 and 88. RGB value is (189,225,136). Sum of RGB (Red+Green+Blue) = 189+225+136=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE188 is #421E77. Grayscale: #CCCCCC. Windows color (decimal): -4333176 or 8970685. OLE color: 8970685.

HSL color Cylindrical-coordinate representation of color #BDE188: hue angle of 84.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE188 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 136 -
CMYK 0.16 0 0.40 0.12
HSL 84.27º 0.6% 0.71% -
HSV(B) 84.27º 0.4% 0.88% -
XYZ 52.36 66.45 33.36 -
YUV 204.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 189 225 136 0.16 0 0.40 0.12 84.27 0.6 0.71
Hex BD E1 88 10 0 28 C 54 3C 47
Octal 275 341 210 20 0 50 14 124 74 107
Binary 10111101 11100001 10001000 10000 0 101000 1100 1010100 111100 1000111

Color Harmonies of #BDE188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE188

Black with #BDE188

Text Example


Text Example

White with #BDE188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE188; }

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

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

background-color css

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

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

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

border-color css

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

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

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