Html Css Color HEX #BBA2BD Lola

📋 copy color: '#BBA2BD'

red 187 ◦ green 162 ◦ blue 189

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

Shades of Lola #BBA2BD

Tints of Lola #BBA2BD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.11%

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 34.76%
G = 30.11%
B = 35.13%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA2BD (or 0xBBA2BD) is known color: Lola. HEX triplet: BB, A2 and BD. RGB value is (187,162,189). Sum of RGB (Red+Green+Blue) = 187+162+189=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2BD is #445D42. Grayscale: #ACACAC. Windows color (decimal): -4480323 or 12427963. OLE color: 12427963.

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

Color convert

RGB 187 162 189 -
CMYK 0.01 0.14 0 0.26
HSL 295.56º 0.17% 0.69% -
HSV(B) 295.56º 0.14% 0.74% -
XYZ 42.6 40.08 53.64 -
YUV 172.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 187 162 189 0.01 0.14 0 0.26 295.56 0.17 0.69
Hex BB A2 BD 1 E 0 1A 128 11 45
Octal 273 242 275 1 16 0 32 450 21 105
Binary 10111011 10100010 10111101 1 1110 0 11010 100101000 10001 1000101

Color Harmonies of #BBA2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2BD

Black with #BBA2BD

Text Example


Text Example

White with #BBA2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2BD; }

 p { color: rgb(187,162,189); }

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

background-color css

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

 a { background-color: rgb(187,162,189); }

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

border-color css

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

 span { border-color: rgb(187,162,189); }

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