Html Css Color HEX #BCB6D8 Lavender Grey

📋 copy color: '#BCB6D8'

red 188 ◦ green 182 ◦ blue 216

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

Shades of Lavender Grey #BCB6D8

Tints of Lavender Grey #BCB6D8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.06%

 BLUE value IS 216 (84.77% from 255) = 36.86%

R = 32.08%
G = 31.06%
B = 36.86%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCB6D8 (or 0xBCB6D8) is known color: Lavender Grey. HEX triplet: BC, B6 and D8. RGB value is (188,182,216). Sum of RGB (Red+Green+Blue) = 188+182+216=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCB6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6D8 is #434927. Grayscale: #BBBBBB. Windows color (decimal): -4409640 or 14202556. OLE color: 14202556.

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

Color convert

RGB 188 182 216 -
CMYK 0.13 0.16 0 0.15
HSL 250.59º 0.3% 0.78% -
HSV(B) 250.59º 0.16% 0.85% -
XYZ 49.86 49.11 71.82 -
YUV 187.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 188 182 216 0.13 0.16 0 0.15 250.59 0.3 0.78
Hex BC B6 D8 D 10 0 F FB 1E 4E
Octal 274 266 330 15 20 0 17 373 36 116
Binary 10111100 10110110 11011000 1101 10000 0 1111 11111011 11110 1001110

Color Harmonies of #BCB6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6D8

Black with #BCB6D8

Text Example


Text Example

White with #BCB6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6D8; }

 p { color: rgb(188,182,216); }

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

background-color css

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

 a { background-color: rgb(188,182,216); }

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

border-color css

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

 span { border-color: rgb(188,182,216); }

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