#BFC1CC

Color #BFC1CC Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BFC1CC

Tints of Lavender Grey #BFC1CC

Color information

#BFC1CC (or 0xBFC1CC) is unknown color: approx Lavender Grey. HEX triplet: BF, C1 and CC. RGB value is (191,193,204). Sum of RGB (Red+Green+Blue) = 191+193+204=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CC is #403E33. Grayscale: #C1C1C1. Windows color (decimal): -4210228 or 13418943. OLE color: 13418943.

HSL color Cylindrical-coordinate representation of color #BFC1CC: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC1CC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191193204-
CMYK0.060.0500.2
HSL230.77º11.3%77.45%-
HSV(B)230.77º6.37%80%-
XYZ51.4553.5864.76-
YUV193.66133.84126.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=32.48%
G=32.82%
B=34.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911932040.060.0500.2230.7711.377.45
HexBFC1CC65014e7b4d
Octal2773013146502434713115
Binary1011111111000001110011001101010101001110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1CC; }

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

 H1.HeaderClassName
 {
   color: #BFC1CC;
 }
 .AnyTagClassName
 {
   color: #BFC1CC;
 }
</style>
background-color css

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

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

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

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

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

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