#BECDE9

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

Shades of Periwinkle #BECDE9

Tints of Periwinkle #BECDE9

Color information

#BECDE9 (or 0xBECDE9) is unknown color: approx Periwinkle. HEX triplet: BE, CD and E9. RGB value is (190,205,233). Sum of RGB (Red+Green+Blue) = 190+205+233=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #BECDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDE9 is #413216. Grayscale: #CBCBCB. Windows color (decimal): -4272663 or 15322558. OLE color: 15322558.

HSL color Cylindrical-coordinate representation of color #BECDE9: hue angle of 219.07º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECDE9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190205233-
CMYK0.180.1200.09
HSL219.07º49.43%82.94%-
HSV(B)219.07º18.45%91.37%-
XYZ57.7760.4985.72-
YUV203.71144.53118.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=30.25%
G=32.64%
B=37.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902052330.180.1200.09219.0749.4382.94
HexBECDE912C09db3153
Octal276315351221401133361123
Binary10111110110011011110100110010110001001110110111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDE9; }

 p { color: rgb(190,205,233); }

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

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

 a { background-color: rgb(190,205,233); }

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

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

 span { border-color: rgb(190,205,233); }

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