Html Css Color HEX #BBAFBA Lola

📋 copy color: '#BBAFBA'

red 187 ◦ green 175 ◦ blue 186

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

Shades of Lola #BBAFBA

Tints of Lola #BBAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.93%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 34.12%
G = 31.93%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBAFBA (or 0xBBAFBA) is known color: Lola. HEX triplet: BB, AF and BA. RGB value is (187,175,186). Sum of RGB (Red+Green+Blue) = 187+175+186=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBA is #445045. Grayscale: #B3B3B3. Windows color (decimal): -4476998 or 12234683. OLE color: 12234683.

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

Color convert

RGB 187 175 186 -
CMYK 0 0.06 0.01 0.27
HSL 305º 0.08% 0.71% -
HSV(B) 305º 0.06% 0.73% -
XYZ 44.69 44.77 52.74 -
YUV 179.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 187 175 186 0 0.06 0.01 0.27 305 0.08 0.71
Hex BB AF BA 0 6 1 1B 131 8 47
Octal 273 257 272 0 6 1 33 461 10 107
Binary 10111011 10101111 10111010 0 110 1 11011 100110001 1000 1000111

Color Harmonies of #BBAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFBA

Black with #BBAFBA

Text Example


Text Example

White with #BBAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFBA; }

 p { color: rgb(187,175,186); }

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

background-color css

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

 a { background-color: rgb(187,175,186); }

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

border-color css

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

 span { border-color: rgb(187,175,186); }

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