#BFCDEC

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

Shades of Periwinkle #BFCDEC

Tints of Periwinkle #BFCDEC

Color information

#BFCDEC (or 0xBFCDEC) is unknown color: approx Periwinkle. HEX triplet: BF, CD and EC. RGB value is (191,205,236). Sum of RGB (Red+Green+Blue) = 191+205+236=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDEC is #403213. Grayscale: #CCCCCC. Windows color (decimal): -4207124 or 15519167. OLE color: 15519167.

HSL color Cylindrical-coordinate representation of color #BFCDEC: hue angle of 221.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCDEC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191205236-
CMYK0.190.1300.07
HSL221.33º54.22%83.73%-
HSV(B)221.33º19.07%92.55%-
XYZ58.4660.888.01-
YUV204.35145.86118.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=30.22%
G=32.44%
B=37.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912052360.190.1300.07221.3354.2283.73
HexBFCDEC13D07dd3654
Octal27731535423150733566124
Binary1011111111001101111011001001111010111110111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDEC; }

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

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

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

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

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

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

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

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