#BEC9F3

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

Shades of Periwinkle #BEC9F3

Tints of Periwinkle #BEC9F3

Color information

#BEC9F3 (or 0xBEC9F3) is unknown color: approx Periwinkle. HEX triplet: BE, C9 and F3. RGB value is (190,201,243). Sum of RGB (Red+Green+Blue) = 190+201+243=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9F3 is #41360C. Grayscale: #CACACA. Windows color (decimal): -4273677 or 15976894. OLE color: 15976894.

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

Color convert

RGB190201243-
CMYK0.220.1700.05
HSL227.55º68.83%84.9%-
HSV(B)227.55º21.81%95.29%-
XYZ58.359.1993.15-
YUV202.5150.86119.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=29.97%
G=31.70%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902012430.220.1700.05227.5568.8384.9
HexBEC9F3161105e44555
Octal276311363262105344105125
Binary101111101100100111110011101101000101011110010010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9F3; }

 p { color: rgb(190,201,243); }

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

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

 a { background-color: rgb(190,201,243); }

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

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

 span { border-color: rgb(190,201,243); }

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