Html Css Color HEX #BCB9DB Lavender Grey

📋 copy color: '#BCB9DB'

red 188 ◦ green 185 ◦ blue 219

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

Shades of Lavender Grey #BCB9DB

Tints of Lavender Grey #BCB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.25%

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

R = 31.76%
G = 31.25%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB9DB (or 0xBCB9DB) is known color: Lavender Grey. HEX triplet: BC, B9 and DB. RGB value is (188,185,219). Sum of RGB (Red+Green+Blue) = 188+185+219=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9DB is #434624. Grayscale: #BDBDBD. Windows color (decimal): -4408869 or 14399932. OLE color: 14399932.

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

Color convert

RGB 188 185 219 -
CMYK 0.14 0.16 0 0.14
HSL 245.29º 0.32% 0.79% -
HSV(B) 245.29º 0.16% 0.86% -
XYZ 50.87 50.5 74.08 -
YUV 189.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 188 185 219 0.14 0.16 0 0.14 245.29 0.32 0.79
Hex BC B9 DB E 10 0 E F5 20 4F
Octal 274 271 333 16 20 0 16 365 40 117
Binary 10111100 10111001 11011011 1110 10000 0 1110 11110101 100000 1001111

Color Harmonies of #BCB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9DB

Black with #BCB9DB

Text Example


Text Example

White with #BCB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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