#BFD3EC

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

Shades of Periwinkle #BFD3EC

Tints of Periwinkle #BFD3EC

Color information

#BFD3EC (or 0xBFD3EC) is unknown color: approx Periwinkle. HEX triplet: BF, D3 and EC. RGB value is (191,211,236). Sum of RGB (Red+Green+Blue) = 191+211+236=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3EC is #402C13. Grayscale: #CFCFCF. Windows color (decimal): -4205588 or 15520703. OLE color: 15520703.

HSL color Cylindrical-coordinate representation of color #BFD3EC: hue angle of 213.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 #BFD3EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191211236-
CMYK0.190.1100.07
HSL213.33º54.22%83.73%-
HSV(B)213.33º19.07%92.55%-
XYZ59.9263.7288.5-
YUV207.87143.87115.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=29.94%
G=33.07%
B=36.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912112360.190.1100.07213.3354.2283.73
HexBFD3EC13B07d53654
Octal27732335423130732566124
Binary1011111111010011111011001001110110111110101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3EC; }

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

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

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

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

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

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

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

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