#BFC9DE

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

Shades of Periwinkle #BFC9DE

Tints of Periwinkle #BFC9DE

Color information

#BFC9DE (or 0xBFC9DE) is unknown color: approx Periwinkle. HEX triplet: BF, C9 and DE. RGB value is (191,201,222). Sum of RGB (Red+Green+Blue) = 191+201+222=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DE is #403621. Grayscale: #C8C8C8. Windows color (decimal): -4208162 or 14600639. OLE color: 14600639.

HSL color Cylindrical-coordinate representation of color #BFC9DE: hue angle of 220.65º degrees, saturation: 0.32, 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 #BFC9DE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191201222-
CMYK0.140.0900.13
HSL220.65º31.96%80.98%-
HSV(B)220.65º13.96%87.06%-
XYZ55.5658.1277.4-
YUV200.4140.19121.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=31.11%
G=32.74%
B=36.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912012220.140.0900.13220.6531.9680.98
HexBFC9DEE90Ddd2051
Octal277311336161101533540121
Binary1011111111001001110111101110100101101110111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9DE; }

 p { color: rgb(191,201,222); }

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

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

 a { background-color: rgb(191,201,222); }

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

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

 span { border-color: rgb(191,201,222); }

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