Html Css Color HEX #BCA5BC Lola

📋 copy color: '#BCA5BC'

red 188 ◦ green 165 ◦ blue 188

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

Shades of Lola #BCA5BC

Tints of Lola #BCA5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

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

R = 34.75%
G = 30.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA5BC (or 0xBCA5BC) is known color: Lola. HEX triplet: BC, A5 and BC. RGB value is (188,165,188). Sum of RGB (Red+Green+Blue) = 188+165+188=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5BC is #435A43. Grayscale: #AEAEAE. Windows color (decimal): -4414020 or 12363196. OLE color: 12363196.

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

Color convert

RGB 188 165 188 -
CMYK 0 0.12 0 0.26
HSL 300º 0.15% 0.69% -
HSV(B) 300º 0.12% 0.74% -
XYZ 43.27 41.23 53.25 -
YUV 174.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 188 165 188 0 0.12 0 0.26 300 0.15 0.69
Hex BC A5 BC 0 C 0 1A 12C F 45
Octal 274 245 274 0 14 0 32 454 17 105
Binary 10111100 10100101 10111100 0 1100 0 11010 100101100 1111 1000101

Color Harmonies of #BCA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5BC

Black with #BCA5BC

Text Example


Text Example

White with #BCA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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