Html Css Color HEX #BBA5B9 Lola

📋 copy color: '#BBA5B9'

red 187 ◦ green 165 ◦ blue 185

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

Shades of Lola #BBA5B9

Tints of Lola #BBA5B9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.73%

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 34.82%
G = 30.73%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBA5B9 (or 0xBBA5B9) is known color: Lola. HEX triplet: BB, A5 and B9. RGB value is (187,165,185). Sum of RGB (Red+Green+Blue) = 187+165+185=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5B9 is #445A46. Grayscale: #ADADAD. Windows color (decimal): -4479559 or 12166587. OLE color: 12166587.

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

Color convert

RGB 187 165 185 -
CMYK 0 0.12 0.01 0.27
HSL 305.45º 0.14% 0.69% -
HSV(B) 305.45º 0.12% 0.73% -
XYZ 42.71 40.98 51.56 -
YUV 173.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 187 165 185 0 0.12 0.01 0.27 305.45 0.14 0.69
Hex BB A5 B9 0 C 1 1B 131 E 45
Octal 273 245 271 0 14 1 33 461 16 105
Binary 10111011 10100101 10111001 0 1100 1 11011 100110001 1110 1000101

Color Harmonies of #BBA5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5B9

Black with #BBA5B9

Text Example


Text Example

White with #BBA5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5B9; }

 p { color: rgb(187,165,185); }

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

background-color css

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

 a { background-color: rgb(187,165,185); }

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

border-color css

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

 span { border-color: rgb(187,165,185); }

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