Html Css Color HEX #BADF8D Sulu

📋 copy color: '#BADF8D'

red 186 ◦ green 223 ◦ blue 141

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

Shades of Sulu #BADF8D

Tints of Sulu #BADF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 33.82%
G = 40.55%
B = 25.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#BADF8D (or 0xBADF8D) is known color: Sulu. HEX triplet: BA, DF and 8D. RGB value is (186,223,141). Sum of RGB (Red+Green+Blue) = 186+223+141=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF8D is #452072. Grayscale: #CACACA. Windows color (decimal): -4530291 or 9297850. OLE color: 9297850.

HSL color Cylindrical-coordinate representation of color #BADF8D: hue angle of 87.07º degrees, saturation: 0.56, 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 #BADF8D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 141 -
CMYK 0.17 0 0.37 0.13
HSL 87.07º 0.56% 0.71% -
HSV(B) 87.07º 0.37% 0.87% -
XYZ 51.45 65.14 35.06 -
YUV 202.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 186 223 141 0.17 0 0.37 0.13 87.07 0.56 0.71
Hex BA DF 8D 11 0 25 D 57 38 47
Octal 272 337 215 21 0 45 15 127 70 107
Binary 10111010 11011111 10001101 10001 0 100101 1101 1010111 111000 1000111

Color Harmonies of #BADF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF8D

Black with #BADF8D

Text Example


Text Example

White with #BADF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF8D; }

 p { color: rgb(186,223,141); }

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

background-color css

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

 a { background-color: rgb(186,223,141); }

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

border-color css

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

 span { border-color: rgb(186,223,141); }

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