Html Css Color HEX #BCA2C3 Lola

📋 copy color: '#BCA2C3'

red 188 ◦ green 162 ◦ blue 195

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

Shades of Lola #BCA2C3

Tints of Lola #BCA2C3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.72%

 BLUE value IS 195 (76.56% from 255) = 35.78%

R = 34.5%
G = 29.72%
B = 35.78%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCA2C3 (or 0xBCA2C3) is known color: Lola. HEX triplet: BC, A2 and C3. RGB value is (188,162,195). Sum of RGB (Red+Green+Blue) = 188+162+195=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCA2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2C3 is #435D3C. Grayscale: #ADADAD. Windows color (decimal): -4414781 or 12821180. OLE color: 12821180.

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

Color convert

RGB 188 162 195 -
CMYK 0.04 0.17 0 0.24
HSL 287.27º 0.22% 0.7% -
HSV(B) 287.27º 0.17% 0.76% -
XYZ 43.51 40.47 57.15 -
YUV 173.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 188 162 195 0.04 0.17 0 0.24 287.27 0.22 0.7
Hex BC A2 C3 4 11 0 18 11F 16 46
Octal 274 242 303 4 21 0 30 437 26 106
Binary 10111100 10100010 11000011 100 10001 0 11000 100011111 10110 1000110

Color Harmonies of #BCA2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2C3

Black with #BCA2C3

Text Example


Text Example

White with #BCA2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2C3; }

 p { color: rgb(188,162,195); }

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

background-color css

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

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

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

border-color css

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

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

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