#BFC9F7

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

Shades of Periwinkle #BFC9F7

Tints of Periwinkle #BFC9F7

Color information

#BFC9F7 (or 0xBFC9F7) is unknown color: approx Periwinkle. HEX triplet: BF, C9 and F7. RGB value is (191,201,247). Sum of RGB (Red+Green+Blue) = 191+201+247=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F7 is #403608. Grayscale: #CBCBCB. Windows color (decimal): -4208137 or 16239039. OLE color: 16239039.

HSL color Cylindrical-coordinate representation of color #BFC9F7: hue angle of 229.29º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC9F7 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191201247-
CMYK0.230.1900.03
HSL229.29º77.78%85.88%-
HSV(B)229.29º22.67%96.86%-
XYZ59.1659.5796.37-
YUV203.25152.69119.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=29.89%
G=31.46%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912012470.230.1900.03229.2977.7885.88
HexBFC9F7171303e54e56
Octal277311367272303345116126
Binary10111111110010011111011110111100110111110010110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9F7; }

 p { color: rgb(191,201,247); }

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

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

 a { background-color: rgb(191,201,247); }

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

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

 span { border-color: rgb(191,201,247); }

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