Html Css Color HEX #B7A5BC Lola

📋 copy color: '#B7A5BC'

red 183 ◦ green 165 ◦ blue 188

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

Shades of Lola #B7A5BC

Tints of Lola #B7A5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 34.14%
G = 30.78%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B7A5BC (or 0xB7A5BC) is known color: Lola. HEX triplet: B7, A5 and BC. RGB value is (183,165,188). Sum of RGB (Red+Green+Blue) = 183+165+188=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5BC is #485A43. Grayscale: #ACACAC. Windows color (decimal): -4741700 or 12363191. OLE color: 12363191.

HSL color Cylindrical-coordinate representation of color #B7A5BC: hue angle of 286.96º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A5BC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 165 188 -
CMYK 0.03 0.12 0 0.26
HSL 286.96º 0.15% 0.69% -
HSV(B) 286.96º 0.12% 0.74% -
XYZ 42.06 40.61 53.2 -
YUV 173 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 183 165 188 0.03 0.12 0 0.26 286.96 0.15 0.69
Hex B7 A5 BC 3 C 0 1A 11F F 45
Octal 267 245 274 3 14 0 32 437 17 105
Binary 10110111 10100101 10111100 11 1100 0 11010 100011111 1111 1000101

Color Harmonies of #B7A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A5BC

Black with #B7A5BC

Text Example


Text Example

White with #B7A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A5BC; }

 p { color: rgb(183,165,188); }

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

background-color css

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

 a { background-color: rgb(183,165,188); }

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

border-color css

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

 span { border-color: rgb(183,165,188); }

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