#BECCF5

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

Shades of Periwinkle #BECCF5

Tints of Periwinkle #BECCF5

Color information

#BECCF5 (or 0xBECCF5) is unknown color: approx Periwinkle. HEX triplet: BE, CC and F5. RGB value is (190,204,245). Sum of RGB (Red+Green+Blue) = 190+204+245=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #BECCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF5 is #41330A. Grayscale: #CCCCCC. Windows color (decimal): -4272907 or 16108734. OLE color: 16108734.

HSL color Cylindrical-coordinate representation of color #BECCF5: hue angle of 224.73º degrees, saturation: 0.73, 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 #BECCF5 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190204245-
CMYK0.220.1700.04
HSL224.73º73.33%85.29%-
HSV(B)224.73º22.45%96.08%-
XYZ59.3160.7394.98-
YUV204.49150.86117.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=29.73%
G=31.92%
B=38.34%

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
Decimal1902042450.220.1700.04224.7373.3385.29
HexBECCF5161104e14955
Octal276314365262104341111125
Binary101111101100110011110101101101000101001110000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCF5; }

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

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

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

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

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

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

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

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