#BECBE6

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

Shades of Periwinkle #BECBE6

Tints of Periwinkle #BECBE6

Color information

#BECBE6 (or 0xBECBE6) is unknown color: approx Periwinkle. HEX triplet: BE, CB and E6. RGB value is (190,203,230). Sum of RGB (Red+Green+Blue) = 190+203+230=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBE6 is #413419. Grayscale: #CACACA. Windows color (decimal): -4273178 or 15125438. OLE color: 15125438.

HSL color Cylindrical-coordinate representation of color #BECBE6: hue angle of 220.5º degrees, saturation: 0.44, 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 #BECBE6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190203230-
CMYK0.170.1200.10
HSL220.5º44.44%82.35%-
HSV(B)220.5º17.39%90.2%-
XYZ56.8759.3783.33-
YUV202.19143.69119.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=30.50%
G=32.58%
B=36.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902032300.170.1200.10220.544.4482.35
HexBECBE611C0Adc2c52
Octal276313346211401233454122
Binary10111110110010111110011010001110001010110111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBE6; }

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

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

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

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

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

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

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

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