#BFC4DC

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

Shades of Periwinkle #BFC4DC

Tints of Periwinkle #BFC4DC

Color information

#BFC4DC (or 0xBFC4DC) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and DC. RGB value is (191,196,220). Sum of RGB (Red+Green+Blue) = 191+196+220=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DC is #403B23. Grayscale: #C5C5C5. Windows color (decimal): -4209444 or 14468287. OLE color: 14468287.

HSL color Cylindrical-coordinate representation of color #BFC4DC: hue angle of 229.66º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC4DC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191196220-
CMYK0.130.1100.14
HSL229.66º29.29%80.59%-
HSV(B)229.66º13.18%86.27%-
XYZ54.1455.7275.61-
YUV197.24140.84123.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=31.47%
G=32.29%
B=36.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911962200.130.1100.14229.6629.2980.59
HexBFC4DCDB0Ee61d51
Octal277304334151301634635121
Binary101111111100010011011100110110110111011100110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4DC; }

 p { color: rgb(191,196,220); }

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

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

 a { background-color: rgb(191,196,220); }

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

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

 span { border-color: rgb(191,196,220); }

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