#BFCFF7

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

Shades of Periwinkle #BFCFF7

Tints of Periwinkle #BFCFF7

Color information

#BFCFF7 (or 0xBFCFF7) is unknown color: approx Periwinkle. HEX triplet: BF, CF and F7. RGB value is (191,207,247). Sum of RGB (Red+Green+Blue) = 191+207+247=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFCFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF7 is #403008. Grayscale: #CECECE. Windows color (decimal): -4206601 or 16240575. OLE color: 16240575.

HSL color Cylindrical-coordinate representation of color #BFCFF7: hue angle of 222.86º 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 #BFCFF7 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191207247-
CMYK0.230.1600.03
HSL222.86º77.78%85.88%-
HSV(B)222.86º22.67%96.86%-
XYZ60.5962.4296.85-
YUV206.78150.7116.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=29.61%
G=32.09%
B=38.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912072470.230.1600.03222.8677.7885.88
HexBFCFF7171003df4e56
Octal277317367272003337116126
Binary10111111110011111111011110111100000111101111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFF7; }

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

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

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

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

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

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

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

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