#BFCCF6

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

Shades of Periwinkle #BFCCF6

Tints of Periwinkle #BFCCF6

Color information

#BFCCF6 (or 0xBFCCF6) is unknown color: approx Periwinkle. HEX triplet: BF, CC and F6. RGB value is (191,204,246). Sum of RGB (Red+Green+Blue) = 191+204+246=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFCCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF6 is #403309. Grayscale: #CCCCCC. Windows color (decimal): -4207370 or 16174271. OLE color: 16174271.

HSL color Cylindrical-coordinate representation of color #BFCCF6: hue angle of 225.82º 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 #BFCCF6 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191204246-
CMYK0.220.1700.04
HSL225.82º75.34%85.69%-
HSV(B)225.82º22.36%96.47%-
XYZ59.7160.9295.8-
YUV204.9151.19118.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=29.80%
G=31.83%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912042460.220.1700.04225.8275.3485.69
HexBFCCF6161104e24b56
Octal277314366262104342113126
Binary101111111100110011110110101101000101001110001010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCF6; }

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

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

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

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

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

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

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

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