Html Css Color HEX #BCBDD9 Lavender Grey

📋 copy color: '#BCBDD9'

red 188 ◦ green 189 ◦ blue 217

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

Shades of Lavender Grey #BCBDD9

Tints of Lavender Grey #BCBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 31.65%
G = 31.82%
B = 36.53%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCBDD9 (or 0xBCBDD9) is known color: Lavender Grey. HEX triplet: BC, BD and D9. RGB value is (188,189,217). Sum of RGB (Red+Green+Blue) = 188+189+217=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD9 is #434226. Grayscale: #BFBFBF. Windows color (decimal): -4407847 or 14269884. OLE color: 14269884.

HSL color Cylindrical-coordinate representation of color #BCBDD9: hue angle of 237.93º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBDD9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 189 217 -
CMYK 0.13 0.13 0 0.15
HSL 237.93º 0.28% 0.79% -
HSV(B) 237.93º 0.13% 0.85% -
XYZ 51.46 52.1 72.99 -
YUV 191.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 188 189 217 0.13 0.13 0 0.15 237.93 0.28 0.79
Hex BC BD D9 D D 0 F EE 1C 4F
Octal 274 275 331 15 15 0 17 356 34 117
Binary 10111100 10111101 11011001 1101 1101 0 1111 11101110 11100 1001111

Color Harmonies of #BCBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDD9

Black with #BCBDD9

Text Example


Text Example

White with #BCBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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