Html Css Color HEX #BCBAD3 Lavender Grey

📋 copy color: '#BCBAD3'

red 188 ◦ green 186 ◦ blue 211

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

Shades of Lavender Grey #BCBAD3

Tints of Lavender Grey #BCBAD3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.79%

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

R = 32.14%
G = 31.79%
B = 36.07%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCBAD3 (or 0xBCBAD3) is known color: Lavender Grey. HEX triplet: BC, BA and D3. RGB value is (188,186,211). Sum of RGB (Red+Green+Blue) = 188+186+211=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD3 is #43452C. Grayscale: #BDBDBD. Windows color (decimal): -4408621 or 13875900. OLE color: 13875900.

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

Color convert

RGB 188 186 211 -
CMYK 0.11 0.12 0 0.17
HSL 244.8º 0.22% 0.78% -
HSV(B) 244.8º 0.12% 0.83% -
XYZ 50.06 50.51 68.74 -
YUV 189.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 188 186 211 0.11 0.12 0 0.17 244.8 0.22 0.78
Hex BC BA D3 B C 0 11 F5 16 4E
Octal 274 272 323 13 14 0 21 365 26 116
Binary 10111100 10111010 11010011 1011 1100 0 10001 11110101 10110 1001110

Color Harmonies of #BCBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAD3

Black with #BCBAD3

Text Example


Text Example

White with #BCBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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