#BEC6EE

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

Shades of Periwinkle #BEC6EE

Tints of Periwinkle #BEC6EE

Color information

#BEC6EE (or 0xBEC6EE) is unknown color: approx Periwinkle. HEX triplet: BE, C6 and EE. RGB value is (190,198,238). Sum of RGB (Red+Green+Blue) = 190+198+238=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6EE is #413911. Grayscale: #C8C8C8. Windows color (decimal): -4274450 or 15648446. OLE color: 15648446.

HSL color Cylindrical-coordinate representation of color #BEC6EE: hue angle of 230º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC6EE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190198238-
CMYK0.200.1700.07
HSL230º58.54%83.92%-
HSV(B)230º20.17%93.33%-
XYZ56.8657.5188.99-
YUV200.17149.35120.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=30.35%
G=31.63%
B=38.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901982380.200.1700.0723058.5483.92
HexBEC6EE141107e63b54
Octal27630635624210734673124
Binary10111110110001101110111010100100010111111001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6EE; }

 p { color: rgb(190,198,238); }

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

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

 a { background-color: rgb(190,198,238); }

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

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

 span { border-color: rgb(190,198,238); }

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