Html Css Color HEX #BFC1DB Lavender Grey

📋 copy color: '#BFC1DB'

red 191 ◦ green 193 ◦ blue 219

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

Shades of Lavender Grey #BFC1DB

Tints of Lavender Grey #BFC1DB

RGB

 RED value IS 191 (75% from 255) = 31.67%

 GREEN value IS 193 (75.78% from 255) = 32.01%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 31.67%
G = 32.01%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFC1DB (or 0xBFC1DB) is known color: Lavender Grey. HEX triplet: BF, C1 and DB. RGB value is (191,193,219). Sum of RGB (Red+Green+Blue) = 191+193+219=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1DB is #403E24. Grayscale: #C3C3C3. Windows color (decimal): -4210213 or 14401983. OLE color: 14401983.

HSL color Cylindrical-coordinate representation of color #BFC1DB: hue angle of 235.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC1DB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 193 219 -
CMYK 0.13 0.12 0 0.14
HSL 235.71º 0.28% 0.8% -
HSV(B) 235.71º 0.13% 0.86% -
XYZ 53.34 54.33 74.69 -
YUV 195.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 191 193 219 0.13 0.12 0 0.14 235.71 0.28 0.8
Hex BF C1 DB D C 0 E EC 1C 50
Octal 277 301 333 15 14 0 16 354 34 120
Binary 10111111 11000001 11011011 1101 1100 0 1110 11101100 11100 1010000

Color Harmonies of #BFC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1DB

Black with #BFC1DB

Text Example


Text Example

White with #BFC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1DB; }

 p { color: rgb(191,193,219); }

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

background-color css

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

 a { background-color: rgb(191,193,219); }

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

border-color css

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

 span { border-color: rgb(191,193,219); }

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