#BECDF8

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

Shades of Periwinkle #BECDF8

Tints of Periwinkle #BECDF8

Color information

#BECDF8 (or 0xBECDF8) is unknown color: approx Periwinkle. HEX triplet: BE, CD and F8. RGB value is (190,205,248). Sum of RGB (Red+Green+Blue) = 190+205+248=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #BECDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF8 is #413207. Grayscale: #CDCDCD. Windows color (decimal): -4272648 or 16305598. OLE color: 16305598.

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

Color convert

RGB190205248-
CMYK0.230.1700.03
HSL224.48º80.56%85.88%-
HSV(B)224.48º23.39%97.25%-
XYZ60.0161.3997.49-
YUV205.42152.03117-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=29.55%
G=31.88%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902052480.230.1700.03224.4880.5685.88
HexBECDF8171103e05156
Octal276315370272103340121126
Binary10111110110011011111100010111100010111110000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDF8; }

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

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

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

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

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

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

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

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