Html Css Color HEX #BCBADD Lavender Grey

📋 copy color: '#BCBADD'

red 188 ◦ green 186 ◦ blue 221

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

Shades of Lavender Grey #BCBADD

Tints of Lavender Grey #BCBADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 31.6%
G = 31.26%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCBADD (or 0xBCBADD) is known color: Lavender Grey. HEX triplet: BC, BA and DD. RGB value is (188,186,221). Sum of RGB (Red+Green+Blue) = 188+186+221=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADD is #434522. Grayscale: #BEBEBE. Windows color (decimal): -4408611 or 14531260. OLE color: 14531260.

HSL color Cylindrical-coordinate representation of color #BCBADD: hue angle of 243.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBADD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 186 221 -
CMYK 0.15 0.16 0 0.13
HSL 243.43º 0.34% 0.8% -
HSV(B) 243.43º 0.16% 0.87% -
XYZ 51.35 51.03 75.55 -
YUV 190.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 188 186 221 0.15 0.16 0 0.13 243.43 0.34 0.8
Hex BC BA DD F 10 0 D F3 22 50
Octal 274 272 335 17 20 0 15 363 42 120
Binary 10111100 10111010 11011101 1111 10000 0 1101 11110011 100010 1010000

Color Harmonies of #BCBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBADD

Black with #BCBADD

Text Example


Text Example

White with #BCBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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