Html Css Color HEX #BCA2BB Lola

📋 copy color: '#BCA2BB'

red 188 ◦ green 162 ◦ blue 187

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

Shades of Lola #BCA2BB

Tints of Lola #BCA2BB

RGB

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

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

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

R = 35.01%
G = 30.17%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA2BB (or 0xBCA2BB) is known color: Lola. HEX triplet: BC, A2 and BB. RGB value is (188,162,187). Sum of RGB (Red+Green+Blue) = 188+162+187=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2BB is #435D44. Grayscale: #ACACAC. Windows color (decimal): -4414789 or 12296892. OLE color: 12296892.

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

Color convert

RGB 188 162 187 -
CMYK 0 0.14 0.01 0.26
HSL 302.31º 0.16% 0.69% -
HSV(B) 302.31º 0.14% 0.74% -
XYZ 42.63 40.12 52.51 -
YUV 172.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 188 162 187 0 0.14 0.01 0.26 302.31 0.16 0.69
Hex BC A2 BB 0 E 1 1A 12E 10 45
Octal 274 242 273 0 16 1 32 456 20 105
Binary 10111100 10100010 10111011 0 1110 1 11010 100101110 10000 1000101

Color Harmonies of #BCA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2BB

Black with #BCA2BB

Text Example


Text Example

White with #BCA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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