Html Css Color HEX #BCB6DB Lavender Grey

📋 copy color: '#BCB6DB'

red 188 ◦ green 182 ◦ blue 219

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

Shades of Lavender Grey #BCB6DB

Tints of Lavender Grey #BCB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.9%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 31.92%
G = 30.9%
B = 37.18%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB6DB (or 0xBCB6DB) is known color: Lavender Grey. HEX triplet: BC, B6 and DB. RGB value is (188,182,219). Sum of RGB (Red+Green+Blue) = 188+182+219=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6DB is #434924. Grayscale: #BBBBBB. Windows color (decimal): -4409637 or 14399164. OLE color: 14399164.

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

Color convert

RGB 188 182 219 -
CMYK 0.14 0.17 0 0.14
HSL 249.73º 0.34% 0.79% -
HSV(B) 249.73º 0.17% 0.86% -
XYZ 50.25 49.26 73.88 -
YUV 188.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 188 182 219 0.14 0.17 0 0.14 249.73 0.34 0.79
Hex BC B6 DB E 11 0 E FA 22 4F
Octal 274 266 333 16 21 0 16 372 42 117
Binary 10111100 10110110 11011011 1110 10001 0 1110 11111010 100010 1001111

Color Harmonies of #BCB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6DB

Black with #BCB6DB

Text Example


Text Example

White with #BCB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6DB; }

 p { color: rgb(188,182,219); }

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

background-color css

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

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

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

border-color css

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

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

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