#BFC3DF

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

Shades of Periwinkle #BFC3DF

Tints of Periwinkle #BFC3DF

Color information

#BFC3DF (or 0xBFC3DF) is unknown color: approx Periwinkle. HEX triplet: BF, C3 and DF. RGB value is (191,195,223). Sum of RGB (Red+Green+Blue) = 191+195+223=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3DF is #403C20. Grayscale: #C4C4C4. Windows color (decimal): -4209697 or 14664639. OLE color: 14664639.

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

Color convert

RGB191195223-
CMYK0.140.1300.13
HSL232.5º33.33%81.18%-
HSV(B)232.5º14.35%87.45%-
XYZ54.3255.4377.65-
YUV197142.67123.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 195 (76.56% from 255) = 32.02%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=31.36%
G=32.02%
B=36.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911952230.140.1300.13232.533.3381.18
HexBFC3DFED0De82151
Octal277303337161501535041121
Binary1011111111000011110111111110110101101111010001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3DF; }

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

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

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

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

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

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

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

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