#BFCCF1

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

Shades of Periwinkle #BFCCF1

Tints of Periwinkle #BFCCF1

Color information

#BFCCF1 (or 0xBFCCF1) is unknown color: approx Periwinkle. HEX triplet: BF, CC and F1. RGB value is (191,204,241). Sum of RGB (Red+Green+Blue) = 191+204+241=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF1 is #40330E. Grayscale: #CCCCCC. Windows color (decimal): -4207375 or 15846591. OLE color: 15846591.

HSL color Cylindrical-coordinate representation of color #BFCCF1: hue angle of 224.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCCF1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191204241-
CMYK0.210.1500.05
HSL224.4º64.1%84.71%-
HSV(B)224.4º20.75%94.51%-
XYZ58.9660.6191.81-
YUV204.33148.69118.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=30.03%
G=32.08%
B=37.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912042410.210.1500.05224.464.184.71
HexBFCCF115F05e04055
Octal277314361251705340100125
Binary10111111110011001111000110101111101011110000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCF1; }

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

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

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

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

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

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

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

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