Html Css Color HEX #BDE393 Sulu

📋 copy color: '#BDE393'

red 189 ◦ green 227 ◦ blue 147

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

Shades of Sulu #BDE393

Tints of Sulu #BDE393

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.32%

 BLUE value IS 147 (57.81% from 255) = 26.11%

R = 33.57%
G = 40.32%
B = 26.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BDE393 (or 0xBDE393) is known color: Sulu. HEX triplet: BD, E3 and 93. RGB value is (189,227,147). Sum of RGB (Red+Green+Blue) = 189+227+147=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE393 is #421C6C. Grayscale: #CECECE. Windows color (decimal): -4332653 or 9692093. OLE color: 9692093.

HSL color Cylindrical-coordinate representation of color #BDE393: hue angle of 88.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDE393 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 147 -
CMYK 0.17 0 0.35 0.11
HSL 88.5º 0.59% 0.73% -
HSV(B) 88.5º 0.35% 0.89% -
XYZ 53.72 67.86 37.87 -
YUV 206.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 189 227 147 0.17 0 0.35 0.11 88.5 0.59 0.73
Hex BD E3 93 11 0 23 B 58 3B 49
Octal 275 343 223 21 0 43 13 130 73 111
Binary 10111101 11100011 10010011 10001 0 100011 1011 1011000 111011 1001001

Color Harmonies of #BDE393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE393

Black with #BDE393

Text Example


Text Example

White with #BDE393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE393; }

 p { color: rgb(189,227,147); }

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

background-color css

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

 a { background-color: rgb(189,227,147); }

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

border-color css

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

 span { border-color: rgb(189,227,147); }

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