#BFCDF6

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

Shades of Periwinkle #BFCDF6

Tints of Periwinkle #BFCDF6

Color information

#BFCDF6 (or 0xBFCDF6) is unknown color: approx Periwinkle. HEX triplet: BF, CD and F6. RGB value is (191,205,246). Sum of RGB (Red+Green+Blue) = 191+205+246=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF6 is #403209. Grayscale: #CDCDCD. Windows color (decimal): -4207114 or 16174527. OLE color: 16174527.

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

Color convert

RGB191205246-
CMYK0.220.1700.04
HSL224.73º75.34%85.69%-
HSV(B)224.73º22.36%96.47%-
XYZ59.9561.3995.88-
YUV205.49150.86117.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=29.75%
G=31.93%
B=38.32%

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
Decimal1912052460.220.1700.04224.7375.3485.69
HexBFCDF6161104e14b56
Octal277315366262104341113126
Binary101111111100110111110110101101000101001110000110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDF6; }

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

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

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

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

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

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

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

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