Html Css Color HEX #BCBDD3 Lavender Grey

📋 copy color: '#BCBDD3'

red 188 ◦ green 189 ◦ blue 211

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

Shades of Lavender Grey #BCBDD3

Tints of Lavender Grey #BCBDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 31.97%
G = 32.14%
B = 35.88%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCBDD3 (or 0xBCBDD3) is known color: Lavender Grey. HEX triplet: BC, BD and D3. RGB value is (188,189,211). Sum of RGB (Red+Green+Blue) = 188+189+211=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD3 is #43422C. Grayscale: #BFBFBF. Windows color (decimal): -4407853 or 13876668. OLE color: 13876668.

HSL color Cylindrical-coordinate representation of color #BCBDD3: hue angle of 237.39º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBDD3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 189 211 -
CMYK 0.11 0.10 0 0.17
HSL 237.39º 0.21% 0.78% -
HSV(B) 237.39º 0.11% 0.83% -
XYZ 50.69 51.79 68.95 -
YUV 191.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 188 189 211 0.11 0.10 0 0.17 237.39 0.21 0.78
Hex BC BD D3 B A 0 11 ED 15 4E
Octal 274 275 323 13 12 0 21 355 25 116
Binary 10111100 10111101 11010011 1011 1010 0 10001 11101101 10101 1001110

Color Harmonies of #BCBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDD3

Black with #BCBDD3

Text Example


Text Example

White with #BCBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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