Html Css Color HEX #BAADB9 Lola

📋 copy color: '#BAADB9'

red 186 ◦ green 173 ◦ blue 185

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

Shades of Lola #BAADB9

Tints of Lola #BAADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 34.19%
G = 31.8%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BAADB9 (or 0xBAADB9) is known color: Lola. HEX triplet: BA, AD and B9. RGB value is (186,173,185). Sum of RGB (Red+Green+Blue) = 186+173+185=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB9 is #455246. Grayscale: #B2B2B2. Windows color (decimal): -4543047 or 12168634. OLE color: 12168634.

HSL color Cylindrical-coordinate representation of color #BAADB9: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAADB9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 173 185 -
CMYK 0 0.07 0.01 0.27
HSL 304.62º 0.09% 0.7% -
HSV(B) 304.62º 0.07% 0.73% -
XYZ 43.95 43.83 52.04 -
YUV 178.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 186 173 185 0 0.07 0.01 0.27 304.62 0.09 0.7
Hex BA AD B9 0 7 1 1B 131 9 46
Octal 272 255 271 0 7 1 33 461 11 106
Binary 10111010 10101101 10111001 0 111 1 11011 100110001 1001 1000110

Color Harmonies of #BAADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADB9

Black with #BAADB9

Text Example


Text Example

White with #BAADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADB9; }

 p { color: rgb(186,173,185); }

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

background-color css

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

 a { background-color: rgb(186,173,185); }

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

border-color css

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

 span { border-color: rgb(186,173,185); }

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