Html Css Color HEX #B7A2BB Lola

📋 copy color: '#B7A2BB'

red 183 ◦ green 162 ◦ blue 187

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

Shades of Lola #B7A2BB

Tints of Lola #B7A2BB

RGB

 RED value IS 183 (71.88% from 255) = 34.4%

 GREEN value IS 162 (63.67% from 255) = 30.45%

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 34.4%
G = 30.45%
B = 35.15%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B7A2BB (or 0xB7A2BB) is known color: Lola. HEX triplet: B7, A2 and BB. RGB value is (183,162,187). Sum of RGB (Red+Green+Blue) = 183+162+187=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2BB is #485D44. Grayscale: #ABABAB. Windows color (decimal): -4742469 or 12296887. OLE color: 12296887.

HSL color Cylindrical-coordinate representation of color #B7A2BB: hue angle of 290.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A2BB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 162 187 -
CMYK 0.02 0.13 0 0.27
HSL 290.4º 0.16% 0.68% -
HSV(B) 290.4º 0.13% 0.73% -
XYZ 41.42 39.5 52.45 -
YUV 171.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 183 162 187 0.02 0.13 0 0.27 290.4 0.16 0.68
Hex B7 A2 BB 2 D 0 1B 122 10 44
Octal 267 242 273 2 15 0 33 442 20 104
Binary 10110111 10100010 10111011 10 1101 0 11011 100100010 10000 1000100

Color Harmonies of #B7A2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2BB

Black with #B7A2BB

Text Example


Text Example

White with #B7A2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2BB; }

 p { color: rgb(183,162,187); }

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

background-color css

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

 a { background-color: rgb(183,162,187); }

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

border-color css

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

 span { border-color: rgb(183,162,187); }

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