Html Css Color HEX #B2AAB3 Lola

📋 copy color: '#B2AAB3'

red 178 ◦ green 170 ◦ blue 179

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

Shades of Lola #B2AAB3

Tints of Lola #B2AAB3

RGB

 RED value IS 178 (69.92% from 255) = 33.78%

 GREEN value IS 170 (66.8% from 255) = 32.26%

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 33.78%
G = 32.26%
B = 33.97%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B2AAB3 (or 0xB2AAB3) is known color: Lola. HEX triplet: B2, AA and B3. RGB value is (178,170,179). Sum of RGB (Red+Green+Blue) = 178+170+179=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 179 - color contains mainly: blue. Hex color #B2AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAB3 is #4D554C. Grayscale: #ADADAD. Windows color (decimal): -5068109 or 11774642. OLE color: 11774642.

HSL color Cylindrical-coordinate representation of color #B2AAB3: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2AAB3 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 179 -
CMYK 0.01 0.05 0 0.30
HSL 293.33º 0.06% 0.68% -
HSV(B) 293.33º 0.05% 0.7% -
XYZ 40.87 41.47 48.5 -
YUV 173.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 178 170 179 0.01 0.05 0 0.30 293.33 0.06 0.68
Hex B2 AA B3 1 5 0 1E 125 6 44
Octal 262 252 263 1 5 0 36 445 6 104
Binary 10110010 10101010 10110011 1 101 0 11110 100100101 110 1000100

Color Harmonies of #B2AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAB3

Black with #B2AAB3

Text Example


Text Example

White with #B2AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAB3; }

 p { color: rgb(178,170,179); }

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

background-color css

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

 a { background-color: rgb(178,170,179); }

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

border-color css

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

 span { border-color: rgb(178,170,179); }

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