#BFC7DE

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

Shades of Periwinkle #BFC7DE

Tints of Periwinkle #BFC7DE

Color information

#BFC7DE (or 0xBFC7DE) is unknown color: approx Periwinkle. HEX triplet: BF, C7 and DE. RGB value is (191,199,222). Sum of RGB (Red+Green+Blue) = 191+199+222=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7DE is #403821. Grayscale: #C7C7C7. Windows color (decimal): -4208674 or 14600127. OLE color: 14600127.

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

Color convert

RGB191199222-
CMYK0.140.1000.13
HSL224.52º31.96%80.98%-
HSV(B)224.52º13.96%87.06%-
XYZ55.0957.277.24-
YUV199.23140.85122.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=31.21%
G=32.52%
B=36.27%

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
Decimal1911992220.140.1000.13224.5231.9680.98
HexBFC7DEEA0De12051
Octal277307336161201534140121
Binary1011111111000111110111101110101001101111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7DE; }

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

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

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

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

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

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

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

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