#BECDF5

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

Shades of Periwinkle #BECDF5

Tints of Periwinkle #BECDF5

Color information

#BECDF5 (or 0xBECDF5) is unknown color: approx Periwinkle. HEX triplet: BE, CD and F5. RGB value is (190,205,245). Sum of RGB (Red+Green+Blue) = 190+205+245=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #BECDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF5 is #41320A. Grayscale: #CCCCCC. Windows color (decimal): -4272651 or 16108990. OLE color: 16108990.

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

Color convert

RGB190205245-
CMYK0.220.1600.04
HSL223.64º73.33%85.29%-
HSV(B)223.64º22.45%96.08%-
XYZ59.5561.295.06-
YUV205.08150.53117.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=29.69%
G=32.03%
B=38.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902052450.220.1600.04223.6473.3385.29
HexBECDF5161004e04955
Octal276315365262004340111125
Binary101111101100110111110101101101000001001110000010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDF5; }

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

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

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

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

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

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

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

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