#BFCEEC

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

Shades of Periwinkle #BFCEEC

Tints of Periwinkle #BFCEEC

Color information

#BFCEEC (or 0xBFCEEC) is unknown color: approx Periwinkle. HEX triplet: BF, CE and EC. RGB value is (191,206,236). Sum of RGB (Red+Green+Blue) = 191+206+236=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEC is #403113. Grayscale: #CCCCCC. Windows color (decimal): -4206868 or 15519423. OLE color: 15519423.

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

Color convert

RGB191206236-
CMYK0.190.1300.07
HSL220º54.22%83.73%-
HSV(B)220º19.07%92.55%-
XYZ58.761.2888.09-
YUV204.94145.53118.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=30.17%
G=32.54%
B=37.28%

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
Decimal1912062360.190.1300.0722054.2283.73
HexBFCEEC13D07dc3654
Octal27731635423150733466124
Binary1011111111001110111011001001111010111110111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEEC; }

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

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

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

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

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

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

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

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