Html Css Color HEX #BBA5BD Lola

📋 copy color: '#BBA5BD'

red 187 ◦ green 165 ◦ blue 189

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

Shades of Lola #BBA5BD

Tints of Lola #BBA5BD

RGB

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

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

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

R = 34.57%
G = 30.5%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA5BD (or 0xBBA5BD) is known color: Lola. HEX triplet: BB, A5 and BD. RGB value is (187,165,189). Sum of RGB (Red+Green+Blue) = 187+165+189=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BD is #445A42. Grayscale: #AEAEAE. Windows color (decimal): -4479555 or 12428731. OLE color: 12428731.

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

Color convert

RGB 187 165 189 -
CMYK 0.01 0.13 0 0.26
HSL 295º 0.15% 0.69% -
HSV(B) 295º 0.13% 0.74% -
XYZ 43.13 41.15 53.81 -
YUV 174.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 187 165 189 0.01 0.13 0 0.26 295 0.15 0.69
Hex BB A5 BD 1 D 0 1A 127 F 45
Octal 273 245 275 1 15 0 32 447 17 105
Binary 10111011 10100101 10111101 1 1101 0 11010 100100111 1111 1000101

Color Harmonies of #BBA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5BD

Black with #BBA5BD

Text Example


Text Example

White with #BBA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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