Html Css Color HEX #BCACBB Lola

📋 copy color: '#BCACBB'

red 188 ◦ green 172 ◦ blue 187

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

Shades of Lola #BCACBB

Tints of Lola #BCACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.44%

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 34.37%
G = 31.44%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCACBB (or 0xBCACBB) is known color: Lola. HEX triplet: BC, AC and BB. RGB value is (188,172,187). Sum of RGB (Red+Green+Blue) = 188+172+187=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACBB is #435344. Grayscale: #B2B2B2. Windows color (decimal): -4412229 or 12299452. OLE color: 12299452.

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

Color convert

RGB 188 172 187 -
CMYK 0 0.09 0.01 0.26
HSL 303.75º 0.11% 0.71% -
HSV(B) 303.75º 0.09% 0.74% -
XYZ 44.46 43.78 53.12 -
YUV 178.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 188 172 187 0 0.09 0.01 0.26 303.75 0.11 0.71
Hex BC AC BB 0 9 1 1A 130 B 47
Octal 274 254 273 0 11 1 32 460 13 107
Binary 10111100 10101100 10111011 0 1001 1 11010 100110000 1011 1000111

Color Harmonies of #BCACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACBB

Black with #BCACBB

Text Example


Text Example

White with #BCACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACBB; }

 p { color: rgb(188,172,187); }

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

background-color css

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

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

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

border-color css

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

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

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