#BECCF7

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

Shades of Periwinkle #BECCF7

Tints of Periwinkle #BECCF7

Color information

#BECCF7 (or 0xBECCF7) is unknown color: approx Periwinkle. HEX triplet: BE, CC and F7. RGB value is (190,204,247). Sum of RGB (Red+Green+Blue) = 190+204+247=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #BECCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF7 is #413308. Grayscale: #CCCCCC. Windows color (decimal): -4272905 or 16239806. OLE color: 16239806.

HSL color Cylindrical-coordinate representation of color #BECCF7: hue angle of 225.26º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECCF7 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190204247-
CMYK0.230.1700.03
HSL225.26º78.08%85.69%-
HSV(B)225.26º23.08%96.86%-
XYZ59.6260.8596.6-
YUV204.72151.86117.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=29.64%
G=31.83%
B=38.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902042470.230.1700.03225.2678.0885.69
HexBECCF7171103e14e56
Octal276314367272103341116126
Binary10111110110011001111011110111100010111110000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCF7; }

 p { color: rgb(190,204,247); }

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

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

 a { background-color: rgb(190,204,247); }

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

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

 span { border-color: rgb(190,204,247); }

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