Html Css Color HEX #BFC2DB Lavender Grey

📋 copy color: '#BFC2DB'

red 191 ◦ green 194 ◦ blue 219

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

Shades of Lavender Grey #BFC2DB

Tints of Lavender Grey #BFC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.12%

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

R = 31.62%
G = 32.12%
B = 36.26%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFC2DB (or 0xBFC2DB) is known color: Lavender Grey. HEX triplet: BF, C2 and DB. RGB value is (191,194,219). Sum of RGB (Red+Green+Blue) = 191+194+219=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2DB is #403D24. Grayscale: #C3C3C3. Windows color (decimal): -4209957 or 14402239. OLE color: 14402239.

HSL color Cylindrical-coordinate representation of color #BFC2DB: hue angle of 233.57º 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 #BFC2DB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 194 219 -
CMYK 0.13 0.11 0 0.14
HSL 233.57º 0.28% 0.8% -
HSV(B) 233.57º 0.13% 0.86% -
XYZ 53.56 54.77 74.77 -
YUV 195.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 191 194 219 0.13 0.11 0 0.14 233.57 0.28 0.8
Hex BF C2 DB D B 0 E EA 1C 50
Octal 277 302 333 15 13 0 16 352 34 120
Binary 10111111 11000010 11011011 1101 1011 0 1110 11101010 11100 1010000

Color Harmonies of #BFC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2DB

Black with #BFC2DB

Text Example


Text Example

White with #BFC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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