Html Css Color HEX #BDE893 Sulu

📋 copy color: '#BDE893'

red 189 ◦ green 232 ◦ blue 147

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

Shades of Sulu #BDE893

Tints of Sulu #BDE893

RGB

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

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

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

R = 33.27%
G = 40.85%
B = 25.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#BDE893 (or 0xBDE893) is known color: Sulu. HEX triplet: BD, E8 and 93. RGB value is (189,232,147). Sum of RGB (Red+Green+Blue) = 189+232+147=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE893 is #42176C. Grayscale: #D1D1D1. Windows color (decimal): -4331373 or 9693373. OLE color: 9693373.

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

Color convert

RGB 189 232 147 -
CMYK 0.19 0 0.37 0.09
HSL 90.35º 0.65% 0.74% -
HSV(B) 90.35º 0.37% 0.91% -
XYZ 55.11 70.64 38.33 -
YUV 209.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 189 232 147 0.19 0 0.37 0.09 90.35 0.65 0.74
Hex BD E8 93 13 0 25 9 5A 41 4A
Octal 275 350 223 23 0 45 11 132 101 112
Binary 10111101 11101000 10010011 10011 0 100101 1001 1011010 1000001 1001010

Color Harmonies of #BDE893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE893

Black with #BDE893

Text Example


Text Example

White with #BDE893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE893; }

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

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

background-color css

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

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

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

border-color css

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

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

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