Html Css Color HEX #BCA0C2 Lola

📋 copy color: '#BCA0C2'

red 188 ◦ green 160 ◦ blue 194

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

Shades of Lola #BCA0C2

Tints of Lola #BCA0C2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 34.69%
G = 29.52%
B = 35.79%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCA0C2 (or 0xBCA0C2) is known color: Lola. HEX triplet: BC, A0 and C2. RGB value is (188,160,194). Sum of RGB (Red+Green+Blue) = 188+160+194=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0C2 is #435F3D. Grayscale: #ACACAC. Windows color (decimal): -4415294 or 12755132. OLE color: 12755132.

HSL color Cylindrical-coordinate representation of color #BCA0C2: hue angle of 289.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA0C2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 160 194 -
CMYK 0.03 0.18 0 0.24
HSL 289.41º 0.22% 0.69% -
HSV(B) 289.41º 0.18% 0.76% -
XYZ 43.05 39.73 56.44 -
YUV 172.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 188 160 194 0.03 0.18 0 0.24 289.41 0.22 0.69
Hex BC A0 C2 3 12 0 18 121 16 45
Octal 274 240 302 3 22 0 30 441 26 105
Binary 10111100 10100000 11000010 11 10010 0 11000 100100001 10110 1000101

Color Harmonies of #BCA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0C2

Black with #BCA0C2

Text Example


Text Example

White with #BCA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0C2; }

 p { color: rgb(188,160,194); }

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

background-color css

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

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

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

border-color css

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

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

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