Html Css Color HEX #BCA8BC Lola

📋 copy color: '#BCA8BC'

red 188 ◦ green 168 ◦ blue 188

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

Shades of Lola #BCA8BC

Tints of Lola #BCA8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

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

R = 34.56%
G = 30.88%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA8BC (or 0xBCA8BC) is known color: Lola. HEX triplet: BC, A8 and BC. RGB value is (188,168,188). Sum of RGB (Red+Green+Blue) = 188+168+188=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BC is #435743. Grayscale: #B0B0B0. Windows color (decimal): -4413252 or 12363964. OLE color: 12363964.

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

Color convert

RGB 188 168 188 -
CMYK 0 0.11 0 0.26
HSL 300º 0.13% 0.7% -
HSV(B) 300º 0.11% 0.74% -
XYZ 43.82 42.33 53.44 -
YUV 176.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 188 168 188 0 0.11 0 0.26 300 0.13 0.7
Hex BC A8 BC 0 B 0 1A 12C D 46
Octal 274 250 274 0 13 0 32 454 15 106
Binary 10111100 10101000 10111100 0 1011 0 11010 100101100 1101 1000110

Color Harmonies of #BCA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8BC

Black with #BCA8BC

Text Example


Text Example

White with #BCA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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