Html Css Color HEX #BADF8C Sulu

📋 copy color: '#BADF8C'

red 186 ◦ green 223 ◦ blue 140

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

Shades of Sulu #BADF8C

Tints of Sulu #BADF8C

RGB

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

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

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

R = 33.88%
G = 40.62%
B = 25.5%

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

#BADF8C (or 0xBADF8C) is known color: Sulu. HEX triplet: BA, DF and 8C. RGB value is (186,223,140). Sum of RGB (Red+Green+Blue) = 186+223+140=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF8C is #452073. Grayscale: #CACACA. Windows color (decimal): -4530292 or 9232314. OLE color: 9232314.

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

Color convert

RGB 186 223 140 -
CMYK 0.17 0 0.37 0.13
HSL 86.75º 0.56% 0.71% -
HSV(B) 86.75º 0.37% 0.87% -
XYZ 51.37 65.11 34.67 -
YUV 202.48 92.74 116.25 -
System Red Green Blue C M Y K H S L
Decimal 186 223 140 0.17 0 0.37 0.13 86.75 0.56 0.71
Hex BA DF 8C 11 0 25 D 57 38 47
Octal 272 337 214 21 0 45 15 127 70 107
Binary 10111010 11011111 10001100 10001 0 100101 1101 1010111 111000 1000111

Color Harmonies of #BADF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF8C

Black with #BADF8C

Text Example


Text Example

White with #BADF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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