Html Css Color HEX #BCB9D9 Lavender Grey

📋 copy color: '#BCB9D9'

red 188 ◦ green 185 ◦ blue 217

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

Shades of Lavender Grey #BCB9D9

Tints of Lavender Grey #BCB9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.78%

R = 31.86%
G = 31.36%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCB9D9 (or 0xBCB9D9) is known color: Lavender Grey. HEX triplet: BC, B9 and D9. RGB value is (188,185,217). Sum of RGB (Red+Green+Blue) = 188+185+217=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9D9 is #434626. Grayscale: #BDBDBD. Windows color (decimal): -4408871 or 14268860. OLE color: 14268860.

HSL color Cylindrical-coordinate representation of color #BCB9D9: hue angle of 245.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB9D9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 185 217 -
CMYK 0.13 0.15 0 0.15
HSL 245.63º 0.3% 0.79% -
HSV(B) 245.63º 0.15% 0.85% -
XYZ 50.61 50.4 72.71 -
YUV 189.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 188 185 217 0.13 0.15 0 0.15 245.63 0.3 0.79
Hex BC B9 D9 D F 0 F F6 1E 4F
Octal 274 271 331 15 17 0 17 366 36 117
Binary 10111100 10111001 11011001 1101 1111 0 1111 11110110 11110 1001111

Color Harmonies of #BCB9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9D9

Black with #BCB9D9

Text Example


Text Example

White with #BCB9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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