Html Css Color HEX #BBA4C1 Lola

📋 copy color: '#BBA4C1'

red 187 ◦ green 164 ◦ blue 193

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

Shades of Lola #BBA4C1

Tints of Lola #BBA4C1

RGB

 RED value IS 187 (73.44% from 255) = 34.38%

 GREEN value IS 164 (64.45% from 255) = 30.15%

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 34.38%
G = 30.15%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBA4C1 (or 0xBBA4C1) is known color: Lola. HEX triplet: BB, A4 and C1. RGB value is (187,164,193). Sum of RGB (Red+Green+Blue) = 187+164+193=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C1 is #445B3E. Grayscale: #AEAEAE. Windows color (decimal): -4479807 or 12690619. OLE color: 12690619.

HSL color Cylindrical-coordinate representation of color #BBA4C1: hue angle of 287.59º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA4C1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 164 193 -
CMYK 0.03 0.15 0 0.24
HSL 287.59º 0.19% 0.7% -
HSV(B) 287.59º 0.15% 0.76% -
XYZ 43.39 40.97 56.07 -
YUV 174.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 187 164 193 0.03 0.15 0 0.24 287.59 0.19 0.7
Hex BB A4 C1 3 F 0 18 120 13 46
Octal 273 244 301 3 17 0 30 440 23 106
Binary 10111011 10100100 11000001 11 1111 0 11000 100100000 10011 1000110

Color Harmonies of #BBA4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4C1

Black with #BBA4C1

Text Example


Text Example

White with #BBA4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4C1; }

 p { color: rgb(187,164,193); }

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

background-color css

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

 a { background-color: rgb(187,164,193); }

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

border-color css

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

 span { border-color: rgb(187,164,193); }

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