Html Css Color HEX #BCBFD1 Lavender Grey

📋 copy color: '#BCBFD1'

red 188 ◦ green 191 ◦ blue 209

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

Shades of Lavender Grey #BCBFD1

Tints of Lavender Grey #BCBFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 32.48%

 BLUE value IS 209 (82.03% from 255) = 35.54%

R = 31.97%
G = 32.48%
B = 35.54%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCBFD1 (or 0xBCBFD1) is known color: Lavender Grey. HEX triplet: BC, BF and D1. RGB value is (188,191,209). Sum of RGB (Red+Green+Blue) = 188+191+209=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD1 is #43402E. Grayscale: #C0C0C0. Windows color (decimal): -4407343 or 13746108. OLE color: 13746108.

HSL color Cylindrical-coordinate representation of color #BCBFD1: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBFD1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 191 209 -
CMYK 0.10 0.09 0 0.18
HSL 231.43º 0.19% 0.78% -
HSV(B) 231.43º 0.1% 0.82% -
XYZ 50.88 52.56 67.78 -
YUV 192.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 188 191 209 0.10 0.09 0 0.18 231.43 0.19 0.78
Hex BC BF D1 A 9 0 12 E7 13 4E
Octal 274 277 321 12 11 0 22 347 23 116
Binary 10111100 10111111 11010001 1010 1001 0 10010 11100111 10011 1001110

Color Harmonies of #BCBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFD1

Black with #BCBFD1

Text Example


Text Example

White with #BCBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFD1; }

 p { color: rgb(188,191,209); }

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

background-color css

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

 a { background-color: rgb(188,191,209); }

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

border-color css

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

 span { border-color: rgb(188,191,209); }

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