Html Css Color HEX #BADD8C Sulu

📋 copy color: '#BADD8C'

red 186 ◦ green 221 ◦ blue 140

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

Shades of Sulu #BADD8C

Tints of Sulu #BADD8C

RGB

 RED value IS 186 (73.05% from 255) = 34%

 GREEN value IS 221 (86.72% from 255) = 40.4%

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 34%
G = 40.4%
B = 25.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#BADD8C (or 0xBADD8C) is known color: Sulu. HEX triplet: BA, DD and 8C. RGB value is (186,221,140). Sum of RGB (Red+Green+Blue) = 186+221+140=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD8C is #452273. Grayscale: #C9C9C9. Windows color (decimal): -4530804 or 9231802. OLE color: 9231802.

HSL color Cylindrical-coordinate representation of color #BADD8C: hue angle of 85.93º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BADD8C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 140 -
CMYK 0.16 0 0.37 0.13
HSL 85.93º 0.54% 0.71% -
HSV(B) 85.93º 0.37% 0.87% -
XYZ 50.84 64.05 34.49 -
YUV 201.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 186 221 140 0.16 0 0.37 0.13 85.93 0.54 0.71
Hex BA DD 8C 10 0 25 D 56 36 47
Octal 272 335 214 20 0 45 15 126 66 107
Binary 10111010 11011101 10001100 10000 0 100101 1101 1010110 110110 1000111

Color Harmonies of #BADD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD8C

Black with #BADD8C

Text Example


Text Example

White with #BADD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD8C; }

 p { color: rgb(186,221,140); }

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

background-color css

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

 a { background-color: rgb(186,221,140); }

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

border-color css

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

 span { border-color: rgb(186,221,140); }

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