#BECEF5

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

Shades of Periwinkle #BECEF5

Tints of Periwinkle #BECEF5

Color information

#BECEF5 (or 0xBECEF5) is unknown color: approx Periwinkle. HEX triplet: BE, CE and F5. RGB value is (190,206,245). Sum of RGB (Red+Green+Blue) = 190+206+245=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #BECEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEF5 is #41310A. Grayscale: #CDCDCD. Windows color (decimal): -4272395 or 16109246. OLE color: 16109246.

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

Color convert

RGB190206245-
CMYK0.220.1600.04
HSL222.55º73.33%85.29%-
HSV(B)222.55º22.45%96.08%-
XYZ59.7961.6895.14-
YUV205.66150.2116.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=29.64%
G=32.14%
B=38.22%

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
Decimal1902062450.220.1600.04222.5573.3385.29
HexBECEF5161004df4955
Octal276316365262004337111125
Binary101111101100111011110101101101000001001101111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEF5; }

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

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

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

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

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

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

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

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