#BECAF4

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

Shades of Periwinkle #BECAF4

Tints of Periwinkle #BECAF4

Color information

#BECAF4 (or 0xBECAF4) is unknown color: approx Periwinkle. HEX triplet: BE, CA and F4. RGB value is (190,202,244). Sum of RGB (Red+Green+Blue) = 190+202+244=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #BECAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF4 is #41350B. Grayscale: #CBCBCB. Windows color (decimal): -4273420 or 16042686. OLE color: 16042686.

HSL color Cylindrical-coordinate representation of color #BECAF4: hue angle of 226.67º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECAF4 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190202244-
CMYK0.220.1700.04
HSL226.67º71.05%85.1%-
HSV(B)226.67º22.13%95.69%-
XYZ58.6859.7294.02-
YUV203.2151.02118.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 244 (95.70% from 255) = 38.36%
R=29.87%
G=31.76%
B=38.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902022440.220.1700.04226.6771.0585.1
HexBECAF4161104e34755
Octal276312364262104343107125
Binary101111101100101011110100101101000101001110001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAF4; }

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

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

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

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

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

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

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

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