Html Css Color HEX #BCA3BB Lola

📋 copy color: '#BCA3BB'

red 188 ◦ green 163 ◦ blue 187

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

Shades of Lola #BCA3BB

Tints of Lola #BCA3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 34.94%
G = 30.3%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA3BB (or 0xBCA3BB) is known color: Lola. HEX triplet: BC, A3 and BB. RGB value is (188,163,187). Sum of RGB (Red+Green+Blue) = 188+163+187=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3BB is #435C44. Grayscale: #ADADAD. Windows color (decimal): -4414533 or 12297148. OLE color: 12297148.

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

Color convert

RGB 188 163 187 -
CMYK 0 0.13 0.01 0.26
HSL 302.4º 0.16% 0.69% -
HSV(B) 302.4º 0.13% 0.74% -
XYZ 42.81 40.47 52.57 -
YUV 173.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 188 163 187 0 0.13 0.01 0.26 302.4 0.16 0.69
Hex BC A3 BB 0 D 1 1A 12E 10 45
Octal 274 243 273 0 15 1 32 456 20 105
Binary 10111100 10100011 10111011 0 1101 1 11010 100101110 10000 1000101

Color Harmonies of #BCA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3BB

Black with #BCA3BB

Text Example


Text Example

White with #BCA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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