Html Css Color HEX #BCB7DD Lavender Grey

📋 copy color: '#BCB7DD'

red 188 ◦ green 183 ◦ blue 221

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

Shades of Lavender Grey #BCB7DD

Tints of Lavender Grey #BCB7DD

RGB

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

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

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

R = 31.76%
G = 30.91%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB7DD (or 0xBCB7DD) is known color: Lavender Grey. HEX triplet: BC, B7 and DD. RGB value is (188,183,221). Sum of RGB (Red+Green+Blue) = 188+183+221=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7DD is #434822. Grayscale: #BCBCBC. Windows color (decimal): -4409379 or 14530492. OLE color: 14530492.

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

Color convert

RGB 188 183 221 -
CMYK 0.15 0.17 0 0.13
HSL 247.89º 0.36% 0.79% -
HSV(B) 247.89º 0.17% 0.87% -
XYZ 50.72 49.78 75.34 -
YUV 188.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 188 183 221 0.15 0.17 0 0.13 247.89 0.36 0.79
Hex BC B7 DD F 11 0 D F8 24 4F
Octal 274 267 335 17 21 0 15 370 44 117
Binary 10111100 10110111 11011101 1111 10001 0 1101 11111000 100100 1001111

Color Harmonies of #BCB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7DD

Black with #BCB7DD

Text Example


Text Example

White with #BCB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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