Html Css Color HEX #BBA3BE Lola

📋 copy color: '#BBA3BE'

red 187 ◦ green 163 ◦ blue 190

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

Shades of Lola #BBA3BE

Tints of Lola #BBA3BE

RGB

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

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

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

R = 34.63%
G = 30.19%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA3BE (or 0xBBA3BE) is known color: Lola. HEX triplet: BB, A3 and BE. RGB value is (187,163,190). Sum of RGB (Red+Green+Blue) = 187+163+190=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BE is #445C41. Grayscale: #ADADAD. Windows color (decimal): -4480066 or 12493755. OLE color: 12493755.

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

Color convert

RGB 187 163 190 -
CMYK 0.02 0.14 0 0.25
HSL 293.33º 0.17% 0.69% -
HSV(B) 293.33º 0.14% 0.75% -
XYZ 42.88 40.48 54.27 -
YUV 173.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 187 163 190 0.02 0.14 0 0.25 293.33 0.17 0.69
Hex BB A3 BE 2 E 0 19 125 11 45
Octal 273 243 276 2 16 0 31 445 21 105
Binary 10111011 10100011 10111110 10 1110 0 11001 100100101 10001 1000101

Color Harmonies of #BBA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3BE

Black with #BBA3BE

Text Example


Text Example

White with #BBA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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