Html Css Color HEX #BCB9DD Lavender Grey

📋 copy color: '#BCB9DD'

red 188 ◦ green 185 ◦ blue 221

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

Shades of Lavender Grey #BCB9DD

Tints of Lavender Grey #BCB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.14%

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

R = 31.65%
G = 31.14%
B = 37.21%

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

#BCB9DD (or 0xBCB9DD) is known color: Lavender Grey. HEX triplet: BC, B9 and DD. RGB value is (188,185,221). Sum of RGB (Red+Green+Blue) = 188+185+221=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9DD is #434622. Grayscale: #BDBDBD. Windows color (decimal): -4408867 or 14531004. OLE color: 14531004.

HSL color Cylindrical-coordinate representation of color #BCB9DD: hue angle of 245º degrees, saturation: 0.35, 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 #BCB9DD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 185 221 -
CMYK 0.15 0.16 0 0.13
HSL 245º 0.35% 0.8% -
HSV(B) 245º 0.16% 0.87% -
XYZ 51.14 50.61 75.48 -
YUV 190 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 188 185 221 0.15 0.16 0 0.13 245 0.35 0.8
Hex BC B9 DD F 10 0 D F5 23 50
Octal 274 271 335 17 20 0 15 365 43 120
Binary 10111100 10111001 11011101 1111 10000 0 1101 11110101 100011 1010000

Color Harmonies of #BCB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9DD

Black with #BCB9DD

Text Example


Text Example

White with #BCB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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