Html Css Color HEX #BCBDDD Lavender Grey

📋 copy color: '#BCBDDD'

red 188 ◦ green 189 ◦ blue 221

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

Shades of Lavender Grey #BCBDDD

Tints of Lavender Grey #BCBDDD

RGB

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

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

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

R = 31.44%
G = 31.61%
B = 36.96%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCBDDD (or 0xBCBDDD) is known color: Lavender Grey. HEX triplet: BC, BD and DD. RGB value is (188,189,221). Sum of RGB (Red+Green+Blue) = 188+189+221=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDD is #434222. Grayscale: #C0C0C0. Windows color (decimal): -4407843 or 14532028. OLE color: 14532028.

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

Color convert

RGB 188 189 221 -
CMYK 0.15 0.14 0 0.13
HSL 238.18º 0.33% 0.8% -
HSV(B) 238.18º 0.15% 0.87% -
XYZ 51.99 52.31 75.76 -
YUV 192.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 188 189 221 0.15 0.14 0 0.13 238.18 0.33 0.8
Hex BC BD DD F E 0 D EE 21 50
Octal 274 275 335 17 16 0 15 356 41 120
Binary 10111100 10111101 11011101 1111 1110 0 1101 11101110 100001 1010000

Color Harmonies of #BCBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDDD

Black with #BCBDDD

Text Example


Text Example

White with #BCBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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