#BECBE5

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

Shades of Periwinkle #BECBE5

Tints of Periwinkle #BECBE5

Color information

#BECBE5 (or 0xBECBE5) is unknown color: approx Periwinkle. HEX triplet: BE, CB and E5. RGB value is (190,203,229). Sum of RGB (Red+Green+Blue) = 190+203+229=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BECBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE5 is #41341A. Grayscale: #C9C9C9. Windows color (decimal): -4273179 or 15059902. OLE color: 15059902.

HSL color Cylindrical-coordinate representation of color #BECBE5: hue angle of 220º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECBE5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190203229-
CMYK0.170.1100.10
HSL220º42.86%82.16%-
HSV(B)220º17.03%89.8%-
XYZ56.7359.3282.59-
YUV202.08143.19119.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=30.55%
G=32.64%
B=36.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902032290.170.1100.1022042.8682.16
HexBECBE511B0Adc2b52
Octal276313345211301233453122
Binary10111110110010111110010110001101101010110111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBE5; }

 p { color: rgb(190,203,229); }

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

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

 a { background-color: rgb(190,203,229); }

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

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

 span { border-color: rgb(190,203,229); }

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