#BFCDF1

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

Shades of Periwinkle #BFCDF1

Tints of Periwinkle #BFCDF1

Color information

#BFCDF1 (or 0xBFCDF1) is unknown color: approx Periwinkle. HEX triplet: BF, CD and F1. RGB value is (191,205,241). Sum of RGB (Red+Green+Blue) = 191+205+241=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF1 is #40320E. Grayscale: #CCCCCC. Windows color (decimal): -4207119 or 15846847. OLE color: 15846847.

HSL color Cylindrical-coordinate representation of color #BFCDF1: hue angle of 223.2º 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 #BFCDF1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191205241-
CMYK0.210.1500.05
HSL223.2º64.1%84.71%-
HSV(B)223.2º20.75%94.51%-
XYZ59.1961.0991.89-
YUV204.92148.36118.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=29.98%
G=32.18%
B=37.83%

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
Decimal1912052410.210.1500.05223.264.184.71
HexBFCDF115F05df4055
Octal277315361251705337100125
Binary10111111110011011111000110101111101011101111110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDF1; }

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

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

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

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

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

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

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

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