#BECCF2

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

Shades of Periwinkle #BECCF2

Tints of Periwinkle #BECCF2

Color information

#BECCF2 (or 0xBECCF2) is unknown color: approx Periwinkle. HEX triplet: BE, CC and F2. RGB value is (190,204,242). Sum of RGB (Red+Green+Blue) = 190+204+242=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF2 is #41330D. Grayscale: #CBCBCB. Windows color (decimal): -4272910 or 15912126. OLE color: 15912126.

HSL color Cylindrical-coordinate representation of color #BECCF2: hue angle of 223.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECCF2 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190204242-
CMYK0.210.1600.05
HSL223.85º66.67%84.71%-
HSV(B)223.85º21.49%94.9%-
XYZ58.8660.5492.59-
YUV204.15149.36117.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=29.87%
G=32.08%
B=38.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902042420.210.1600.05223.8566.6784.71
HexBECCF2151005e04355
Octal276314362252005340103125
Binary101111101100110011110010101011000001011110000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCF2; }

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

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

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

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

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

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

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

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