Html Css Color HEX #BCB9DF Lavender Grey

📋 copy color: '#BCB9DF'

red 188 ◦ green 185 ◦ blue 223

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

Shades of Lavender Grey #BCB9DF

Tints of Lavender Grey #BCB9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 31.54%
G = 31.04%
B = 37.42%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB9DF (or 0xBCB9DF) is known color: Lavender Grey. HEX triplet: BC, B9 and DF. RGB value is (188,185,223). Sum of RGB (Red+Green+Blue) = 188+185+223=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9DF is #434620. Grayscale: #BEBEBE. Windows color (decimal): -4408865 or 14662076. OLE color: 14662076.

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

Color convert

RGB 188 185 223 -
CMYK 0.16 0.17 0 0.13
HSL 244.74º 0.37% 0.8% -
HSV(B) 244.74º 0.17% 0.87% -
XYZ 51.41 50.72 76.89 -
YUV 190.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 188 185 223 0.16 0.17 0 0.13 244.74 0.37 0.8
Hex BC B9 DF 10 11 0 D F5 25 50
Octal 274 271 337 20 21 0 15 365 45 120
Binary 10111100 10111001 11011111 10000 10001 0 1101 11110101 100101 1010000

Color Harmonies of #BCB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9DF

Black with #BCB9DF

Text Example


Text Example

White with #BCB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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