#BFC9F5

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

Shades of Periwinkle #BFC9F5

Tints of Periwinkle #BFC9F5

Color information

#BFC9F5 (or 0xBFC9F5) is unknown color: approx Periwinkle. HEX triplet: BF, C9 and F5. RGB value is (191,201,245). Sum of RGB (Red+Green+Blue) = 191+201+245=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F5 is #40360A. Grayscale: #CACACA. Windows color (decimal): -4208139 or 16107967. OLE color: 16107967.

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

Color convert

RGB191201245-
CMYK0.220.1800.04
HSL228.89º72.97%85.49%-
HSV(B)228.89º22.04%96.08%-
XYZ58.8559.4494.76-
YUV203.03151.69119.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=29.98%
G=31.55%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912012450.220.1800.04228.8972.9785.49
HexBFC9F5161204e54955
Octal277311365262204345111125
Binary101111111100100111110101101101001001001110010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9F5; }

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

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

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

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

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

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

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

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