#BFD5EC

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

Shades of Periwinkle #BFD5EC

Tints of Periwinkle #BFD5EC

Color information

#BFD5EC (or 0xBFD5EC) is unknown color: approx Periwinkle. HEX triplet: BF, D5 and EC. RGB value is (191,213,236). Sum of RGB (Red+Green+Blue) = 191+213+236=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5EC is #402A13. Grayscale: #D0D0D0. Windows color (decimal): -4205076 or 15521215. OLE color: 15521215.

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

Color convert

RGB191213236-
CMYK0.190.1000.07
HSL210.67º54.22%83.73%-
HSV(B)210.67º19.07%92.55%-
XYZ60.4264.7288.66-
YUV209.04143.21115.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=29.84%
G=33.28%
B=36.88%

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
Decimal1912132360.190.1000.07210.6754.2283.73
HexBFD5EC13A07d33654
Octal27732535423120732366124
Binary1011111111010101111011001001110100111110100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5EC; }

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

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

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

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

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

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

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

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