#BEC7EE

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

Shades of Periwinkle #BEC7EE

Tints of Periwinkle #BEC7EE

Color information

#BEC7EE (or 0xBEC7EE) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and EE. RGB value is (190,199,238). Sum of RGB (Red+Green+Blue) = 190+199+238=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7EE is #413811. Grayscale: #C8C8C8. Windows color (decimal): -4274194 or 15648702. OLE color: 15648702.

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

Color convert

RGB190199238-
CMYK0.200.1600.07
HSL228.75º58.54%83.92%-
HSV(B)228.75º20.17%93.33%-
XYZ57.0957.9789.07-
YUV200.76149.02120.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=30.30%
G=31.74%
B=37.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901992380.200.1600.07228.7558.5483.92
HexBEC7EE141007e53b54
Octal27630735624200734573124
Binary10111110110001111110111010100100000111111001011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7EE; }

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

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

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

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

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

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

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

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