Html Css Color HEX #BCBCDC Lavender Grey

📋 copy color: '#BCBCDC'

red 188 ◦ green 188 ◦ blue 220

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

Shades of Lavender Grey #BCBCDC

Tints of Lavender Grey #BCBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.54%

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

R = 31.54%
G = 31.54%
B = 36.91%

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

#BCBCDC (or 0xBCBCDC) is known color: Lavender Grey. HEX triplet: BC, BC and DC. RGB value is (188,188,220). Sum of RGB (Red+Green+Blue) = 188+188+220=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCDC is #434323. Grayscale: #BFBFBF. Windows color (decimal): -4408100 or 14466236. OLE color: 14466236.

HSL color Cylindrical-coordinate representation of color #BCBCDC: hue angle of 240º degrees, saturation: 0.31, 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 #BCBCDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 188 220 -
CMYK 0.15 0.15 0 0.14
HSL 240º 0.31% 0.8% -
HSV(B) 240º 0.15% 0.86% -
XYZ 51.64 51.83 74.99 -
YUV 191.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 188 188 220 0.15 0.15 0 0.14 240 0.31 0.8
Hex BC BC DC F F 0 E F0 1F 50
Octal 274 274 334 17 17 0 16 360 37 120
Binary 10111100 10111100 11011100 1111 1111 0 1110 11110000 11111 1010000

Color Harmonies of #BCBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCDC

Black with #BCBCDC

Text Example


Text Example

White with #BCBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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