Html Css Color HEX #BCB7D9 Lavender Grey

📋 copy color: '#BCB7D9'

red 188 ◦ green 183 ◦ blue 217

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

Shades of Lavender Grey #BCB7D9

Tints of Lavender Grey #BCB7D9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.12%

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

R = 31.97%
G = 31.12%
B = 36.9%

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

#BCB7D9 (or 0xBCB7D9) is known color: Lavender Grey. HEX triplet: BC, B7 and D9. RGB value is (188,183,217). Sum of RGB (Red+Green+Blue) = 188+183+217=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7D9 is #434826. Grayscale: #BCBCBC. Windows color (decimal): -4409383 or 14268348. OLE color: 14268348.

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

Color convert

RGB 188 183 217 -
CMYK 0.13 0.16 0 0.15
HSL 248.82º 0.31% 0.78% -
HSV(B) 248.82º 0.16% 0.85% -
XYZ 50.2 49.57 72.57 -
YUV 188.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 188 183 217 0.13 0.16 0 0.15 248.82 0.31 0.78
Hex BC B7 D9 D 10 0 F F9 1F 4E
Octal 274 267 331 15 20 0 17 371 37 116
Binary 10111100 10110111 11011001 1101 10000 0 1111 11111001 11111 1001110

Color Harmonies of #BCB7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7D9

Black with #BCB7D9

Text Example


Text Example

White with #BCB7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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