Html Css Color HEX #BCBADC Lavender Grey

📋 copy color: '#BCBADC'

red 188 ◦ green 186 ◦ blue 220

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

Shades of Lavender Grey #BCBADC

Tints of Lavender Grey #BCBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.31%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 31.65%
G = 31.31%
B = 37.04%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCBADC (or 0xBCBADC) is known color: Lavender Grey. HEX triplet: BC, BA and DC. RGB value is (188,186,220). Sum of RGB (Red+Green+Blue) = 188+186+220=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADC is #434523. Grayscale: #BEBEBE. Windows color (decimal): -4408612 or 14465724. OLE color: 14465724.

HSL color Cylindrical-coordinate representation of color #BCBADC: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBADC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 186 220 -
CMYK 0.15 0.15 0 0.14
HSL 243.53º 0.33% 0.8% -
HSV(B) 243.53º 0.15% 0.86% -
XYZ 51.22 50.98 74.85 -
YUV 190.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 188 186 220 0.15 0.15 0 0.14 243.53 0.33 0.8
Hex BC BA DC F F 0 E F4 21 50
Octal 274 272 334 17 17 0 16 364 41 120
Binary 10111100 10111010 11011100 1111 1111 0 1110 11110100 100001 1010000

Color Harmonies of #BCBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBADC

Black with #BCBADC

Text Example


Text Example

White with #BCBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBADC; }

 p { color: rgb(188,186,220); }

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

background-color css

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

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

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

border-color css

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

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

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