Html Css Color HEX #BBA4C2 Lola

📋 copy color: '#BBA4C2'

red 187 ◦ green 164 ◦ blue 194

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

Shades of Lola #BBA4C2

Tints of Lola #BBA4C2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.09%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 34.31%
G = 30.09%
B = 35.6%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBA4C2 (or 0xBBA4C2) is known color: Lola. HEX triplet: BB, A4 and C2. RGB value is (187,164,194). Sum of RGB (Red+Green+Blue) = 187+164+194=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBA4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C2 is #445B3D. Grayscale: #AEAEAE. Windows color (decimal): -4479806 or 12756155. OLE color: 12756155.

HSL color Cylindrical-coordinate representation of color #BBA4C2: hue angle of 286º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA4C2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 164 194 -
CMYK 0.04 0.15 0 0.24
HSL 286º 0.2% 0.7% -
HSV(B) 286º 0.15% 0.76% -
XYZ 43.51 41.01 56.66 -
YUV 174.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 187 164 194 0.04 0.15 0 0.24 286 0.2 0.7
Hex BB A4 C2 4 F 0 18 11E 14 46
Octal 273 244 302 4 17 0 30 436 24 106
Binary 10111011 10100100 11000010 100 1111 0 11000 100011110 10100 1000110

Color Harmonies of #BBA4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4C2

Black with #BBA4C2

Text Example


Text Example

White with #BBA4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4C2; }

 p { color: rgb(187,164,194); }

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

background-color css

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

 a { background-color: rgb(187,164,194); }

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

border-color css

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

 span { border-color: rgb(187,164,194); }

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