Html Css Color HEX #BBA3BF Lola

📋 copy color: '#BBA3BF'

red 187 ◦ green 163 ◦ blue 191

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

Shades of Lola #BBA3BF

Tints of Lola #BBA3BF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.13%

 BLUE value IS 191 (75% from 255) = 35.3%

R = 34.57%
G = 30.13%
B = 35.3%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA3BF (or 0xBBA3BF) is known color: Lola. HEX triplet: BB, A3 and BF. RGB value is (187,163,191). Sum of RGB (Red+Green+Blue) = 187+163+191=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BF is #445C40. Grayscale: #ADADAD. Windows color (decimal): -4480065 or 12559291. OLE color: 12559291.

HSL color Cylindrical-coordinate representation of color #BBA3BF: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA3BF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 163 191 -
CMYK 0.02 0.15 0 0.25
HSL 291.43º 0.18% 0.69% -
HSV(B) 291.43º 0.15% 0.75% -
XYZ 42.99 40.52 54.85 -
YUV 173.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 187 163 191 0.02 0.15 0 0.25 291.43 0.18 0.69
Hex BB A3 BF 2 F 0 19 123 12 45
Octal 273 243 277 2 17 0 31 443 22 105
Binary 10111011 10100011 10111111 10 1111 0 11001 100100011 10010 1000101

Color Harmonies of #BBA3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3BF

Black with #BBA3BF

Text Example


Text Example

White with #BBA3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3BF; }

 p { color: rgb(187,163,191); }

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

background-color css

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

 a { background-color: rgb(187,163,191); }

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

border-color css

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

 span { border-color: rgb(187,163,191); }

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