Html Css Color HEX #BBA3C0 Lola

📋 copy color: '#BBA3C0'

red 187 ◦ green 163 ◦ blue 192

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

Shades of Lola #BBA3C0

Tints of Lola #BBA3C0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 34.5%
G = 30.07%
B = 35.42%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA3C0 (or 0xBBA3C0) is known color: Lola. HEX triplet: BB, A3 and C0. RGB value is (187,163,192). Sum of RGB (Red+Green+Blue) = 187+163+192=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3C0 is #445C3F. Grayscale: #ADADAD. Windows color (decimal): -4480064 or 12624827. OLE color: 12624827.

HSL color Cylindrical-coordinate representation of color #BBA3C0: hue angle of 289.66º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA3C0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 163 192 -
CMYK 0.03 0.15 0 0.25
HSL 289.66º 0.19% 0.7% -
HSV(B) 289.66º 0.15% 0.75% -
XYZ 43.11 40.56 55.43 -
YUV 173.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 187 163 192 0.03 0.15 0 0.25 289.66 0.19 0.7
Hex BB A3 C0 3 F 0 19 122 13 46
Octal 273 243 300 3 17 0 31 442 23 106
Binary 10111011 10100011 11000000 11 1111 0 11001 100100010 10011 1000110

Color Harmonies of #BBA3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3C0

Black with #BBA3C0

Text Example


Text Example

White with #BBA3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3C0; }

 p { color: rgb(187,163,192); }

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

background-color css

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

 a { background-color: rgb(187,163,192); }

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

border-color css

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

 span { border-color: rgb(187,163,192); }

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