#BFC8F6

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

Shades of Periwinkle #BFC8F6

Tints of Periwinkle #BFC8F6

Color information

#BFC8F6 (or 0xBFC8F6) is unknown color: approx Periwinkle. HEX triplet: BF, C8 and F6. RGB value is (191,200,246). Sum of RGB (Red+Green+Blue) = 191+200+246=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFC8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8F6 is #403709. Grayscale: #CACACA. Windows color (decimal): -4208394 or 16173247. OLE color: 16173247.

HSL color Cylindrical-coordinate representation of color #BFC8F6: hue angle of 230.18º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC8F6 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191200246-
CMYK0.220.1900.04
HSL230.18º75.34%85.69%-
HSV(B)230.18º22.36%96.47%-
XYZ58.7759.0495.49-
YUV202.55152.52119.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=29.98%
G=31.40%
B=38.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912002460.220.1900.04230.1875.3485.69
HexBFC8F6161304e64b56
Octal277310366262304346113126
Binary101111111100100011110110101101001101001110011010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8F6; }

 p { color: rgb(191,200,246); }

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

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

 a { background-color: rgb(191,200,246); }

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

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

 span { border-color: rgb(191,200,246); }

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