#BFC7DD

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

Shades of Periwinkle #BFC7DD

Tints of Periwinkle #BFC7DD

Color information

#BFC7DD (or 0xBFC7DD) is unknown color: approx Periwinkle. HEX triplet: BF, C7 and DD. RGB value is (191,199,221). Sum of RGB (Red+Green+Blue) = 191+199+221=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7DD is #403822. Grayscale: #C7C7C7. Windows color (decimal): -4208675 or 14534591. OLE color: 14534591.

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

Color convert

RGB191199221-
CMYK0.140.1000.13
HSL224º30.61%80.78%-
HSV(B)224º13.57%86.67%-
XYZ54.9657.1476.54-
YUV199.12140.35122.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 199 (78.12% from 255) = 32.57%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=31.26%
G=32.57%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911992210.140.1000.1322430.6180.78
HexBFC7DDEA0De01f51
Octal277307335161201534037121
Binary101111111100011111011101111010100110111100000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7DD; }

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

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

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

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

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

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

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

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