Html Css Color HEX #BCBDD6 Lavender Grey

📋 copy color: '#BCBDD6'

red 188 ◦ green 189 ◦ blue 214

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

Shades of Lavender Grey #BCBDD6

Tints of Lavender Grey #BCBDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.98%

 BLUE value IS 214 (83.98% from 255) = 36.21%

R = 31.81%
G = 31.98%
B = 36.21%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCBDD6 (or 0xBCBDD6) is known color: Lavender Grey. HEX triplet: BC, BD and D6. RGB value is (188,189,214). Sum of RGB (Red+Green+Blue) = 188+189+214=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD6 is #434229. Grayscale: #BFBFBF. Windows color (decimal): -4407850 or 14073276. OLE color: 14073276.

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

Color convert

RGB 188 189 214 -
CMYK 0.12 0.12 0 0.16
HSL 237.69º 0.24% 0.79% -
HSV(B) 237.69º 0.12% 0.84% -
XYZ 51.07 51.94 70.95 -
YUV 191.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 188 189 214 0.12 0.12 0 0.16 237.69 0.24 0.79
Hex BC BD D6 C C 0 10 EE 18 4F
Octal 274 275 326 14 14 0 20 356 30 117
Binary 10111100 10111101 11010110 1100 1100 0 10000 11101110 11000 1001111

Color Harmonies of #BCBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDD6

Black with #BCBDD6

Text Example


Text Example

White with #BCBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDD6; }

 p { color: rgb(188,189,214); }

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

background-color css

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

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

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

border-color css

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

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

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