#BFC7DC

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

Shades of Periwinkle #BFC7DC

Tints of Periwinkle #BFC7DC

Color information

#BFC7DC (or 0xBFC7DC) is unknown color: approx Periwinkle. HEX triplet: BF, C7 and DC. RGB value is (191,199,220). Sum of RGB (Red+Green+Blue) = 191+199+220=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7DC is #403823. Grayscale: #C6C6C6. Windows color (decimal): -4208676 or 14469055. OLE color: 14469055.

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

Color convert

RGB191199220-
CMYK0.130.1000.14
HSL223.45º29.29%80.59%-
HSV(B)223.45º13.18%86.27%-
XYZ54.8357.0975.84-
YUV199139.85122.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=31.31%
G=32.62%
B=36.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911992200.130.1000.14223.4529.2980.59
HexBFC7DCDA0Edf1d51
Octal277307334151201633735121
Binary101111111100011111011100110110100111011011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7DC; }

 p { color: rgb(191,199,220); }

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

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

 a { background-color: rgb(191,199,220); }

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

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

 span { border-color: rgb(191,199,220); }

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