#BFC4DD

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

Shades of Periwinkle #BFC4DD

Tints of Periwinkle #BFC4DD

Color information

#BFC4DD (or 0xBFC4DD) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and DD. RGB value is (191,196,221). Sum of RGB (Red+Green+Blue) = 191+196+221=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DD is #403B22. Grayscale: #C5C5C5. Windows color (decimal): -4209443 or 14533823. OLE color: 14533823.

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

Color convert

RGB191196221-
CMYK0.140.1100.13
HSL230º30.61%80.78%-
HSV(B)230º13.57%86.67%-
XYZ54.2855.7876.31-
YUV197.36141.34123.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=31.41%
G=32.24%
B=36.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911962210.140.1100.1323030.6180.78
HexBFC4DDEB0De61f51
Octal277304335161301534637121
Binary101111111100010011011101111010110110111100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4DD; }

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

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

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

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

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

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

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

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