#BEC5ED

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

Shades of Periwinkle #BEC5ED

Tints of Periwinkle #BEC5ED

Color information

#BEC5ED (or 0xBEC5ED) is unknown color: approx Periwinkle. HEX triplet: BE, C5 and ED. RGB value is (190,197,237). Sum of RGB (Red+Green+Blue) = 190+197+237=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5ED is #413A12. Grayscale: #C7C7C7. Windows color (decimal): -4274707 or 15582654. OLE color: 15582654.

HSL color Cylindrical-coordinate representation of color #BEC5ED: hue angle of 231.06º degrees, saturation: 0.57, 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 #BEC5ED is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190197237-
CMYK0.200.1700.07
HSL231.06º56.63%83.73%-
HSV(B)231.06º19.83%92.94%-
XYZ56.4956.9988.14-
YUV199.47149.18121.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=30.45%
G=31.57%
B=37.98%

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
Decimal1901972370.200.1700.07231.0656.6383.73
HexBEC5ED141107e73954
Octal27630535524210734771124
Binary10111110110001011110110110100100010111111001111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5ED; }

 p { color: rgb(190,197,237); }

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

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

 a { background-color: rgb(190,197,237); }

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

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

 span { border-color: rgb(190,197,237); }

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