#BFD4EC

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

Shades of Periwinkle #BFD4EC

Tints of Periwinkle #BFD4EC

Color information

#BFD4EC (or 0xBFD4EC) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and EC. RGB value is (191,212,236). Sum of RGB (Red+Green+Blue) = 191+212+236=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4EC is #402B13. Grayscale: #D0D0D0. Windows color (decimal): -4205332 or 15520959. OLE color: 15520959.

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

Color convert

RGB191212236-
CMYK0.190.1000.07
HSL212º54.22%83.73%-
HSV(B)212º19.07%92.55%-
XYZ60.1764.2288.58-
YUV208.46143.54115.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=29.89%
G=33.18%
B=36.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912122360.190.1000.0721254.2283.73
HexBFD4EC13A07d43654
Octal27732435423120732466124
Binary1011111111010100111011001001110100111110101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4EC; }

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

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

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

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

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

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

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

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