Html Css Color HEX #B2A3B4 Lola

📋 copy color: '#B2A3B4'

red 178 ◦ green 163 ◦ blue 180

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

Shades of Lola #B2A3B4

Tints of Lola #B2A3B4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 34.17%
G = 31.29%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2A3B4 (or 0xB2A3B4) is known color: Lola. HEX triplet: B2, A3 and B4. RGB value is (178,163,180). Sum of RGB (Red+Green+Blue) = 178+163+180=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3B4 is #4D5C4B. Grayscale: #A9A9A9. Windows color (decimal): -5069900 or 11838386. OLE color: 11838386.

HSL color Cylindrical-coordinate representation of color #B2A3B4: hue angle of 292.94º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2A3B4 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 163 180 -
CMYK 0.01 0.09 0 0.29
HSL 292.94º 0.1% 0.67% -
HSV(B) 292.94º 0.09% 0.71% -
XYZ 39.7 38.95 48.61 -
YUV 169.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 178 163 180 0.01 0.09 0 0.29 292.94 0.1 0.67
Hex B2 A3 B4 1 9 0 1D 125 A 43
Octal 262 243 264 1 11 0 35 445 12 103
Binary 10110010 10100011 10110100 1 1001 0 11101 100100101 1010 1000011

Color Harmonies of #B2A3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A3B4

Black with #B2A3B4

Text Example


Text Example

White with #B2A3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A3B4; }

 p { color: rgb(178,163,180); }

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

background-color css

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

 a { background-color: rgb(178,163,180); }

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

border-color css

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

 span { border-color: rgb(178,163,180); }

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