#BFC3DE

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

Shades of Periwinkle #BFC3DE

Tints of Periwinkle #BFC3DE

Color information

#BFC3DE (or 0xBFC3DE) is unknown color: approx Periwinkle. HEX triplet: BF, C3 and DE. RGB value is (191,195,222). Sum of RGB (Red+Green+Blue) = 191+195+222=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3DE is #403C21. Grayscale: #C4C4C4. Windows color (decimal): -4209698 or 14599103. OLE color: 14599103.

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

Color convert

RGB191195222-
CMYK0.140.1200.13
HSL232.26º31.96%80.98%-
HSV(B)232.26º13.96%87.06%-
XYZ54.1955.3876.94-
YUV196.88142.17123.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=31.41%
G=32.07%
B=36.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911952220.140.1200.13232.2631.9680.98
HexBFC3DEEC0De82051
Octal277303336161401535040121
Binary1011111111000011110111101110110001101111010001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3DE; }

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

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

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

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

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

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

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

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