Html Css Color HEX #BBA8C1 Lola

📋 copy color: '#BBA8C1'

red 187 ◦ green 168 ◦ blue 193

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

Shades of Lola #BBA8C1

Tints of Lola #BBA8C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 34.12%
G = 30.66%
B = 35.22%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBA8C1 (or 0xBBA8C1) is known color: Lola. HEX triplet: BB, A8 and C1. RGB value is (187,168,193). Sum of RGB (Red+Green+Blue) = 187+168+193=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C1 is #44573E. Grayscale: #B0B0B0. Windows color (decimal): -4478783 or 12691643. OLE color: 12691643.

HSL color Cylindrical-coordinate representation of color #BBA8C1: hue angle of 285.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA8C1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 168 193 -
CMYK 0.03 0.13 0 0.24
HSL 285.6º 0.17% 0.71% -
HSV(B) 285.6º 0.13% 0.76% -
XYZ 44.12 42.42 56.31 -
YUV 176.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 187 168 193 0.03 0.13 0 0.24 285.6 0.17 0.71
Hex BB A8 C1 3 D 0 18 11E 11 47
Octal 273 250 301 3 15 0 30 436 21 107
Binary 10111011 10101000 11000001 11 1101 0 11000 100011110 10001 1000111

Color Harmonies of #BBA8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8C1

Black with #BBA8C1

Text Example


Text Example

White with #BBA8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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