#BEC6EB

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

Shades of Periwinkle #BEC6EB

Tints of Periwinkle #BEC6EB

Color information

#BEC6EB (or 0xBEC6EB) is unknown color: approx Periwinkle. HEX triplet: BE, C6 and EB. RGB value is (190,198,235). Sum of RGB (Red+Green+Blue) = 190+198+235=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6EB is #413914. Grayscale: #C7C7C7. Windows color (decimal): -4274453 or 15451838. OLE color: 15451838.

HSL color Cylindrical-coordinate representation of color #BEC6EB: hue angle of 229.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC6EB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190198235-
CMYK0.190.1600.08
HSL229.33º52.94%83.33%-
HSV(B)229.33º19.15%92.16%-
XYZ56.4257.3386.69-
YUV199.83147.85120.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=30.50%
G=31.78%
B=37.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901982350.190.1600.08229.3352.9483.33
HexBEC6EB131008e53553
Octal276306353232001034565123
Binary101111101100011011101011100111000001000111001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6EB; }

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

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

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

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

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

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

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

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