#BECAF7

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

Shades of Periwinkle #BECAF7

Tints of Periwinkle #BECAF7

Color information

#BECAF7 (or 0xBECAF7) is unknown color: approx Periwinkle. HEX triplet: BE, CA and F7. RGB value is (190,202,247). Sum of RGB (Red+Green+Blue) = 190+202+247=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #BECAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF7 is #413508. Grayscale: #CBCBCB. Windows color (decimal): -4273417 or 16239294. OLE color: 16239294.

HSL color Cylindrical-coordinate representation of color #BECAF7: hue angle of 227.37º 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 #BECAF7 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190202247-
CMYK0.230.1800.03
HSL227.37º78.08%85.69%-
HSV(B)227.37º23.08%96.86%-
XYZ59.1459.996.44-
YUV203.54152.52118.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=29.73%
G=31.61%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902022470.230.1800.03227.3778.0885.69
HexBECAF7171203e34e56
Octal276312367272203343116126
Binary10111110110010101111011110111100100111110001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAF7; }

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

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

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

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

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

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

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

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