#BEC8E9

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

Shades of Periwinkle #BEC8E9

Tints of Periwinkle #BEC8E9

Color information

#BEC8E9 (or 0xBEC8E9) is unknown color: approx Periwinkle. HEX triplet: BE, C8 and E9. RGB value is (190,200,233). Sum of RGB (Red+Green+Blue) = 190+200+233=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8E9 is #413716. Grayscale: #C8C8C8. Windows color (decimal): -4273943 or 15321278. OLE color: 15321278.

HSL color Cylindrical-coordinate representation of color #BEC8E9: hue angle of 226.05º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC8E9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190200233-
CMYK0.180.1400.09
HSL226.05º49.43%82.94%-
HSV(B)226.05º18.45%91.37%-
XYZ56.658.1485.33-
YUV200.77146.19120.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=30.50%
G=32.10%
B=37.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902002330.180.1400.09226.0549.4382.94
HexBEC8E912E09e23153
Octal276310351221601134261123
Binary10111110110010001110100110010111001001111000101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8E9; }

 p { color: rgb(190,200,233); }

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

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

 a { background-color: rgb(190,200,233); }

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

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

 span { border-color: rgb(190,200,233); }

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