#BEC2EE

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

Shades of Periwinkle #BEC2EE

Tints of Periwinkle #BEC2EE

Color information

#BEC2EE (or 0xBEC2EE) is unknown color: approx Periwinkle. HEX triplet: BE, C2 and EE. RGB value is (190,194,238). Sum of RGB (Red+Green+Blue) = 190+194+238=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EE is #413D11. Grayscale: #C5C5C5. Windows color (decimal): -4275474 or 15647422. OLE color: 15647422.

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

Color convert

RGB190194238-
CMYK0.200.1800.07
HSL235º58.54%83.92%-
HSV(B)235º20.17%93.33%-
XYZ55.9655.788.69-
YUV197.82150.67122.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=30.55%
G=31.19%
B=38.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901942380.200.1800.0723558.5483.92
HexBEC2EE141207eb3b54
Octal27630235624220735373124
Binary10111110110000101110111010100100100111111010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2EE; }

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

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

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

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

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

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

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

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