Html Css Color HEX #BBA8BC Lola

📋 copy color: '#BBA8BC'

red 187 ◦ green 168 ◦ blue 188

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

Shades of Lola #BBA8BC

Tints of Lola #BBA8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 34.44%
G = 30.94%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA8BC (or 0xBBA8BC) is known color: Lola. HEX triplet: BB, A8 and BC. RGB value is (187,168,188). Sum of RGB (Red+Green+Blue) = 187+168+188=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BC is #445743. Grayscale: #AFAFAF. Windows color (decimal): -4478788 or 12363963. OLE color: 12363963.

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

Color convert

RGB 187 168 188 -
CMYK 0.01 0.11 0 0.26
HSL 297º 0.13% 0.7% -
HSV(B) 297º 0.11% 0.74% -
XYZ 43.57 42.2 53.43 -
YUV 175.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 187 168 188 0.01 0.11 0 0.26 297 0.13 0.7
Hex BB A8 BC 1 B 0 1A 129 D 46
Octal 273 250 274 1 13 0 32 451 15 106
Binary 10111011 10101000 10111100 1 1011 0 11010 100101001 1101 1000110

Color Harmonies of #BBA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8BC

Black with #BBA8BC

Text Example


Text Example

White with #BBA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8BC; }

 p { color: rgb(187,168,188); }

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

background-color css

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

 a { background-color: rgb(187,168,188); }

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

border-color css

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

 span { border-color: rgb(187,168,188); }

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