Html Css Color HEX #BBA1BE Lola

📋 copy color: '#BBA1BE'

red 187 ◦ green 161 ◦ blue 190

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

Shades of Lola #BBA1BE

Tints of Lola #BBA1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 34.76%
G = 29.93%
B = 35.32%

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

#BBA1BE (or 0xBBA1BE) is known color: Lola. HEX triplet: BB, A1 and BE. RGB value is (187,161,190). Sum of RGB (Red+Green+Blue) = 187+161+190=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BE is #445E41. Grayscale: #ABABAB. Windows color (decimal): -4480578 or 12493243. OLE color: 12493243.

HSL color Cylindrical-coordinate representation of color #BBA1BE: hue angle of 293.79º 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 #BBA1BE is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 161 190 -
CMYK 0.02 0.15 0 0.25
HSL 293.79º 0.18% 0.69% -
HSV(B) 293.79º 0.15% 0.75% -
XYZ 42.53 39.77 54.15 -
YUV 172.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 187 161 190 0.02 0.15 0 0.25 293.79 0.18 0.69
Hex BB A1 BE 2 F 0 19 126 12 45
Octal 273 241 276 2 17 0 31 446 22 105
Binary 10111011 10100001 10111110 10 1111 0 11001 100100110 10010 1000101

Color Harmonies of #BBA1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1BE

Black with #BBA1BE

Text Example


Text Example

White with #BBA1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1BE; }

 p { color: rgb(187,161,190); }

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

background-color css

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

 a { background-color: rgb(187,161,190); }

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

border-color css

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

 span { border-color: rgb(187,161,190); }

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