#BEC8EA

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

Shades of Periwinkle #BEC8EA

Tints of Periwinkle #BEC8EA

Color information

#BEC8EA (or 0xBEC8EA) is unknown color: approx Periwinkle. HEX triplet: BE, C8 and EA. RGB value is (190,200,234). Sum of RGB (Red+Green+Blue) = 190+200+234=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8EA is #413715. Grayscale: #C8C8C8. Windows color (decimal): -4273942 or 15386814. OLE color: 15386814.

HSL color Cylindrical-coordinate representation of color #BEC8EA: hue angle of 226.36º degrees, saturation: 0.51, 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 #BEC8EA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190200234-
CMYK0.190.1500.08
HSL226.36º51.16%83.14%-
HSV(B)226.36º18.8%91.76%-
XYZ56.7458.286.08-
YUV200.89146.69120.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=30.45%
G=32.05%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902002340.190.1500.08226.3651.1683.14
HexBEC8EA13F08e23353
Octal276310352231701034263123
Binary10111110110010001110101010011111101000111000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8EA; }

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

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

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

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

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

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

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

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