Html Css Color HEX #B29FB4 Lola

📋 copy color: '#B29FB4'

red 178 ◦ green 159 ◦ blue 180

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

Shades of Lola #B29FB4

Tints of Lola #B29FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 34.43%
G = 30.75%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B29FB4 (or 0xB29FB4) is known color: Lola. HEX triplet: B2, 9F and B4. RGB value is (178,159,180). Sum of RGB (Red+Green+Blue) = 178+159+180=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #B29FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FB4 is #4D604B. Grayscale: #A7A7A7. Windows color (decimal): -5070924 or 11837362. OLE color: 11837362.

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

Color convert

RGB 178 159 180 -
CMYK 0.01 0.12 0 0.29
HSL 294.29º 0.12% 0.66% -
HSV(B) 294.29º 0.12% 0.71% -
XYZ 39 37.56 48.37 -
YUV 167.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 178 159 180 0.01 0.12 0 0.29 294.29 0.12 0.66
Hex B2 9F B4 1 C 0 1D 126 C 42
Octal 262 237 264 1 14 0 35 446 14 102
Binary 10110010 10011111 10110100 1 1100 0 11101 100100110 1100 1000010

Color Harmonies of #B29FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FB4

Black with #B29FB4

Text Example


Text Example

White with #B29FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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