Html Css Color HEX #BCABBC Lola

📋 copy color: '#BCABBC'

red 188 ◦ green 171 ◦ blue 188

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

Shades of Lola #BCABBC

Tints of Lola #BCABBC

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

 GREEN value IS 171 (67.19% from 255) = 31.26%

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

R = 34.37%
G = 31.26%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCABBC (or 0xBCABBC) is known color: Lola. HEX triplet: BC, AB and BC. RGB value is (188,171,188). Sum of RGB (Red+Green+Blue) = 188+171+188=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABBC is #435443. Grayscale: #B1B1B1. Windows color (decimal): -4412484 or 12364732. OLE color: 12364732.

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

Color convert

RGB 188 171 188 -
CMYK 0 0.09 0 0.26
HSL 300º 0.11% 0.7% -
HSV(B) 300º 0.09% 0.74% -
XYZ 44.38 43.45 53.62 -
YUV 178.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 188 171 188 0 0.09 0 0.26 300 0.11 0.7
Hex BC AB BC 0 9 0 1A 12C B 46
Octal 274 253 274 0 11 0 32 454 13 106
Binary 10111100 10101011 10111100 0 1001 0 11010 100101100 1011 1000110

Color Harmonies of #BCABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABBC

Black with #BCABBC

Text Example


Text Example

White with #BCABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABBC; }

 p { color: rgb(188,171,188); }

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

background-color css

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

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

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

border-color css

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

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

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