Html Css Color HEX #BFC2DF Lavender Grey

📋 copy color: '#BFC2DF'

red 191 ◦ green 194 ◦ blue 223

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

Shades of Lavender Grey #BFC2DF

Tints of Lavender Grey #BFC2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 31.41%
G = 31.91%
B = 36.68%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFC2DF (or 0xBFC2DF) is known color: Lavender Grey. HEX triplet: BF, C2 and DF. RGB value is (191,194,223). Sum of RGB (Red+Green+Blue) = 191+194+223=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2DF is #403D20. Grayscale: #C4C4C4. Windows color (decimal): -4209953 or 14664383. OLE color: 14664383.

HSL color Cylindrical-coordinate representation of color #BFC2DF: hue angle of 234.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC2DF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 194 223 -
CMYK 0.14 0.13 0 0.13
HSL 234.38º 0.33% 0.81% -
HSV(B) 234.38º 0.14% 0.87% -
XYZ 54.1 54.99 77.57 -
YUV 196.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 191 194 223 0.14 0.13 0 0.13 234.38 0.33 0.81
Hex BF C2 DF E D 0 D EA 21 51
Octal 277 302 337 16 15 0 15 352 41 121
Binary 10111111 11000010 11011111 1110 1101 0 1101 11101010 100001 1010001

Color Harmonies of #BFC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2DF

Black with #BFC2DF

Text Example


Text Example

White with #BFC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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