Html Css Color HEX #BCACBE Lola

📋 copy color: '#BCACBE'

red 188 ◦ green 172 ◦ blue 190

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

Shades of Lola #BCACBE

Tints of Lola #BCACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 34.18%
G = 31.27%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCACBE (or 0xBCACBE) is known color: Lola. HEX triplet: BC, AC and BE. RGB value is (188,172,190). Sum of RGB (Red+Green+Blue) = 188+172+190=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACBE is #435341. Grayscale: #B2B2B2. Windows color (decimal): -4412226 or 12496060. OLE color: 12496060.

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

Color convert

RGB 188 172 190 -
CMYK 0.01 0.09 0 0.25
HSL 293.33º 0.12% 0.71% -
HSV(B) 293.33º 0.09% 0.75% -
XYZ 44.79 43.91 54.83 -
YUV 178.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 188 172 190 0.01 0.09 0 0.25 293.33 0.12 0.71
Hex BC AC BE 1 9 0 19 125 C 47
Octal 274 254 276 1 11 0 31 445 14 107
Binary 10111100 10101100 10111110 1 1001 0 11001 100100101 1100 1000111

Color Harmonies of #BCACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACBE

Black with #BCACBE

Text Example


Text Example

White with #BCACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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