Html Css Color HEX #BBA0C2 Lola

📋 copy color: '#BBA0C2'

red 187 ◦ green 160 ◦ blue 194

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

Shades of Lola #BBA0C2

Tints of Lola #BBA0C2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.57%

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

R = 34.57%
G = 29.57%
B = 35.86%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBA0C2 (or 0xBBA0C2) is known color: Lola. HEX triplet: BB, A0 and C2. RGB value is (187,160,194). Sum of RGB (Red+Green+Blue) = 187+160+194=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0C2 is #445F3D. Grayscale: #ABABAB. Windows color (decimal): -4480830 or 12755131. OLE color: 12755131.

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

Color convert

RGB 187 160 194 -
CMYK 0.04 0.18 0 0.24
HSL 287.65º 0.22% 0.69% -
HSV(B) 287.65º 0.18% 0.76% -
XYZ 42.8 39.6 56.43 -
YUV 171.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 187 160 194 0.04 0.18 0 0.24 287.65 0.22 0.69
Hex BB A0 C2 4 12 0 18 120 16 45
Octal 273 240 302 4 22 0 30 440 26 105
Binary 10111011 10100000 11000010 100 10010 0 11000 100100000 10110 1000101

Color Harmonies of #BBA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0C2

Black with #BBA0C2

Text Example


Text Example

White with #BBA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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