Html Css Color HEX #BAAEBA Lola

📋 copy color: '#BAAEBA'

red 186 ◦ green 174 ◦ blue 186

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

Shades of Lola #BAAEBA

Tints of Lola #BAAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.87%

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 34.07%
G = 31.87%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAAEBA (or 0xBAAEBA) is known color: Lola. HEX triplet: BA, AE and BA. RGB value is (186,174,186). Sum of RGB (Red+Green+Blue) = 186+174+186=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBA is #455145. Grayscale: #B2B2B2. Windows color (decimal): -4542790 or 12234426. OLE color: 12234426.

HSL color Cylindrical-coordinate representation of color #BAAEBA: hue angle of 300º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEBA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 186 -
CMYK 0 0.06 0 0.27
HSL 300º 0.08% 0.71% -
HSV(B) 300º 0.06% 0.73% -
XYZ 44.25 44.26 52.66 -
YUV 178.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 186 174 186 0 0.06 0 0.27 300 0.08 0.71
Hex BA AE BA 0 6 0 1B 12C 8 47
Octal 272 256 272 0 6 0 33 454 10 107
Binary 10111010 10101110 10111010 0 110 0 11011 100101100 1000 1000111

Color Harmonies of #BAAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEBA

Black with #BAAEBA

Text Example


Text Example

White with #BAAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEBA; }

 p { color: rgb(186,174,186); }

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

background-color css

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

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

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

border-color css

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

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

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