Html Css Color HEX #B4A6B7 Lola

📋 copy color: '#B4A6B7'

red 180 ◦ green 166 ◦ blue 183

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

Shades of Lola #B4A6B7

Tints of Lola #B4A6B7

RGB

 RED value IS 180 (70.7% from 255) = 34.03%

 GREEN value IS 166 (65.23% from 255) = 31.38%

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 34.03%
G = 31.38%
B = 34.59%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B4A6B7 (or 0xB4A6B7) is known color: Lola. HEX triplet: B4, A6 and B7. RGB value is (180,166,183). Sum of RGB (Red+Green+Blue) = 180+166+183=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #B4A6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6B7 is #4B5948. Grayscale: #ACACAC. Windows color (decimal): -4938057 or 12035764. OLE color: 12035764.

HSL color Cylindrical-coordinate representation of color #B4A6B7: hue angle of 289.41º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A6B7 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 166 183 -
CMYK 0.02 0.09 0 0.28
HSL 289.41º 0.11% 0.68% -
HSV(B) 289.41º 0.09% 0.72% -
XYZ 41.01 40.39 50.44 -
YUV 172.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 180 166 183 0.02 0.09 0 0.28 289.41 0.11 0.68
Hex B4 A6 B7 2 9 0 1C 121 B 44
Octal 264 246 267 2 11 0 34 441 13 104
Binary 10110100 10100110 10110111 10 1001 0 11100 100100001 1011 1000100

Color Harmonies of #B4A6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A6B7

Black with #B4A6B7

Text Example


Text Example

White with #B4A6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A6B7; }

 p { color: rgb(180,166,183); }

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

background-color css

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

 a { background-color: rgb(180,166,183); }

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

border-color css

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

 span { border-color: rgb(180,166,183); }

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