Html Css Color HEX #BCB9D5 Lavender Grey

📋 copy color: '#BCB9D5'

red 188 ◦ green 185 ◦ blue 213

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

Shades of Lavender Grey #BCB9D5

Tints of Lavender Grey #BCB9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 32.08%
G = 31.57%
B = 36.35%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCB9D5 (or 0xBCB9D5) is known color: Lavender Grey. HEX triplet: BC, B9 and D5. RGB value is (188,185,213). Sum of RGB (Red+Green+Blue) = 188+185+213=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9D5 is #43462A. Grayscale: #BCBCBC. Windows color (decimal): -4408875 or 14006716. OLE color: 14006716.

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

Color convert

RGB 188 185 213 -
CMYK 0.12 0.13 0 0.16
HSL 246.43º 0.25% 0.78% -
HSV(B) 246.43º 0.13% 0.84% -
XYZ 50.1 50.19 70 -
YUV 189.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 188 185 213 0.12 0.13 0 0.16 246.43 0.25 0.78
Hex BC B9 D5 C D 0 10 F6 19 4E
Octal 274 271 325 14 15 0 20 366 31 116
Binary 10111100 10111001 11010101 1100 1101 0 10000 11110110 11001 1001110

Color Harmonies of #BCB9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9D5

Black with #BCB9D5

Text Example


Text Example

White with #BCB9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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