#BECCFA

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

Shades of Periwinkle #BECCFA

Tints of Periwinkle #BECCFA

Color information

#BECCFA (or 0xBECCFA) is unknown color: approx Periwinkle. HEX triplet: BE, CC and FA. RGB value is (190,204,250). Sum of RGB (Red+Green+Blue) = 190+204+250=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #BECCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCFA is #413305. Grayscale: #CCCCCC. Windows color (decimal): -4272902 or 16436414. OLE color: 16436414.

HSL color Cylindrical-coordinate representation of color #BECCFA: hue angle of 226º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECCFA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190204250-
CMYK0.240.1800.02
HSL226º85.71%86.27%-
HSV(B)226º24%98.04%-
XYZ60.0861.0499.06-
YUV205.06153.36117.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=29.50%
G=31.68%
B=38.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902042500.240.1800.0222685.7186.27
HexBECCFA181202e25656
Octal276314372302202342126126
Binary10111110110011001111101011000100100101110001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCFA; }

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

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

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

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

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

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

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

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